We need to set-up the project environment first. Please download the following JARs. Versions Used : CXF 2.2.2 Download Link : CXF Site Download Link Spring 2.5.6 Download Link : SpringSource Download site The following jars are required for all CXF usage: But you will be getting it through CXF Download. – cxf.jar – commons-logging.jar –Continue reading “Creating Web services using Apache CXF (Part 2): Development”
Category Archives: webservices
Creating Web services using Apache CXF (Part 1) : The Basics.
As we discussed in the previous post, CXF is the combination of two projects: Celtix developed by IONA and XFire developed by Codehaus working together at the Apache Software Foundation.
Apache CXF- An ultimate web service open source framework : Lets start learning…
Apache CXF is an open source services framework which is a result of the merge between the XFire and Celtix projects. CXF helps us build and develop services using JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such asContinue reading “Apache CXF- An ultimate web service open source framework : Lets start learning…”
Axis2 POJO features…
POJO deployment is the one way of web service deployment in Axis2. Here we are dropping the .class file or .jar file into the POJO directory in the repository. If it is a web application Axis2 is considering WEB-INF as its repository. The main features of the Axis2 POJO are… Support for primitive types (int,Continue reading “Axis2 POJO features…”
