Hi Benson
I honestly do not know.
Is DS similar to Distributed OSGI ?
Actually, I see:
https://github.com/apache/cxf-dosgi/tree/master/samples/ds
https://github.com/apache/cxf-dosgi/blob/master/samples/ds/impl/src/main/resources/OSGI-INF/component.xml
I wonder if DOSGI is needed for a CXF endpoint be set up from a DS
context ? I'm not sure if other alternatives are available, i.e, can
that be easily supported if needed with some Activator, etc. Perhaps a
plan to use a factory directly will work best without having to use
DOSGI unless one prefers use DOSGI.
Does DS has some annotations ? If some we'd probably be able to have
some support similar to Spring @Bean, etc support we have...
Cheers, Sergey
On 07/09/15 00:35, Benson Margulies wrote:
I'm thinking of trying an experiment with declarative services.
If I just call the plain old factory API to create a JAX-RS service,
will it plug into the whiteboard without a fuss, or is there something
that the blueprint stuff does that I need to attend to?