You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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
  • No labels