Versions Compared

Key

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

...

A demo called restful_jaxrs can be found in CXF distribution (CXF 2.1 only).

Resource class

A resource class is a Java Class annotated with JAX-RS annotations to represent a Web resource. A typical resource class in JAX-RS looks like below:

...