Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This example corresponds to the hello_world_code_first example in the CXF distribution. IMPORTANT: This sample is only in CXF 2.0.1+!

Setting up your build

If you use maven to build your project have a look at Building your cxf project with maven.

Open up your favorite IDE and create a new project. The first thing we need to do is add the necessary CXF dependencies to the project. You can find these dependencies in the CXF distribution in the lib directory.

...