Updating CXF
2 files changed
tree: b12e6cf2926baab9bb9ca8473a4cee6d363bb7bd
  1. buildtools/
  2. common/
  3. decorator/
  4. distribution/
  5. itests/
  6. parent/
  7. provider-rs/
  8. provider-ws/
  9. samples/
  10. .gitignore
  11. NOTICE
  12. pom.xml
  13. Readme.md
  14. release_notes.md
Readme.md

CXF DOSGi

Provides CXF based Distribution providers for Aries Remote Service Admin (RSA).

CXF DOSGi allows to easily publish and consume SOAP and REST services without using the CXF blueprint extensions or publishing the services using java code. So this is the recommended way to use CXF in OSGi with declarative services. Check the examples to see how simple it is to use.

Modules

Intents

Intents allow a service to leverage CXF extensions like features. A service can list the named intents it requires. It will then only be exported / imported once all the intents are available. This allows for example security restrictions or logging. For more informations see common module.

Build

mvn clean install