Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

apache/cxf-dosgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

afa64c7 · Nov 18, 2022
May 28, 2019
Dec 13, 2019
May 28, 2019
Nov 11, 2019
Nov 26, 2019
Feb 10, 2020
May 28, 2019
May 28, 2019
Nov 11, 2019
Sep 12, 2016
May 28, 2019
Nov 18, 2022
May 28, 2019
May 28, 2019

Repository files navigation

CXF DOSGi

NOTE This project is now archived

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 information see common module.

Build

mvn clean install