Re: Managed Service & Managed Service factory

2016-10-17 Thread Guillaume Nodet
We should definitely move them to the OSGi DS annotations. However, they are mostly the same if you rename the package. 2016-10-17 1:03 GMT+02:00 Krzysztof Sobkowiak : > Hi > > Are there any samples how to implement correctly the Managed Service and > Managed Service

Re: Managed Service & Managed Service factory

2016-10-16 Thread Johan Edstrom
This library drives completely factory driven systems, it is fun stuff to use. /je > On Oct 16, 2016, at 5:09 PM, James Carman wrote: > > We have a little library we use called Eos to do ManagedServiceFactories > (ManagedService is a bit easier): > >

Re: Managed Service & Managed Service factory

2016-10-16 Thread James Carman
We have a little library we use called Eos to do ManagedServiceFactories (ManagedService is a bit easier): https://github.com/savoirtech/eos The "itest" module(s) have an example of how to wire it up using Blueprint: