Re: Roadmap document

2011-07-24 Thread Richard S. Hall
On 7/24/11 4:39, Christopher BROWN wrote: Hello, More out of curiosity about when I can use generics with OSGi (Felix implementing R4V3) than a pressing need, I looked at the documentaiton http://felix.apache.org/site/roadmap.html ... and just wondering if the document was irrelevant and obsolet

Roadmap document

2011-07-24 Thread Christopher BROWN
Hello, More out of curiosity about when I can use generics with OSGi (Felix implementing R4V3) than a pressing need, I looked at the documentaiton http://felix.apache.org/site/roadmap.html ... and just wondering if the document was irrelevant and obsolete or if someone intended updating it? Thank

Re: Design pattern for working with multiple implementations of an interface

2011-07-24 Thread chetan mehrotra
What if you use @Reference with ReferenceCardinality set ReferenceCardinality.OPTIONAL_MULTIPLE. Then you would get bind and unbind callbacks Have a look at Sling AdapterManagerImpl [1] which uses this approach (though it uses Javadoc based SCR config mechanism). Same thing done using annotations w