Versions Compared

Key

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

...

This approach is recommended for developers building CXF JAX-RS endpoints to be deployed in OSGI and which will do RequestDispatcher-based forrwardsforwards.

Additionally it allows to reuse the same Blueprint contexts between OSGI and non-OSGI deployments.

...

This web.xml shows how to setup CXFBlueprintServlet which process processes this Blueprint context. It works exactly the same way in OSGI and non-OSGI environments.

...