JSON Support has been created by Dan Diephouse (Dec 25, 2006).

Content:

JSON support for CXF can be enabled at a per endpoint level using Jettison. Jettison is a StAX implementation that reads and writes JSON. It does this by providing different ways to map XML to JSON. These are called conventions.

TODO:

  • What is JSON?
  • Benefits of JSON
  • Different Conventions
  • Configuring ServerFactoryBeans
  • Changing ContentType
  • Limitations

Reply via email to