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 as HTTP, JMS or JBI.

In this series we will go through two common approaches to create a web service.

  1. Code first approach
  2. Contract First approach

4 thoughts on “Apache CXF- An ultimate web service open source framework : Lets start learning…

  1. I was in dire need of this a few days back, but could not find any beginner tuts anywhere, this’ll surely help many of us

    1. Thanks Vaibhav. I had followed Code-first approach here in this example. Will post one Contract-first example soon. Hope that helps us to do it in both ways!

      1. Please where is the rest of the contract first (i.e Part 3: Creating Stubs.Part 4 : Writing the Implementation.Part 5 : Configuration and Deployment Part 6: Testing. )

        bauthy

Leave a comment