Re: [arch] expose OSGi Framework
Done (
https://glassfish.dev.java.net/issues/show_bug.cgi?id=6848)
Thanks,
- Johan
Sahoo wrote:
> Johan,
>
> Would you mind creating an RFE in GlassFish issue tracker and assign
> this to me (my id is ss141213)? Pl. add some details like how you plan
> to use this feature. This is useful for us as we have not seen many
> user requirement in this area.
>
> Thanks,
> Sahoo
>
> Sahoo wrote:
>> Hi Johan,
>>
>> Thanks for asking this question. Yes, we do want to expose OSGi
>> facilities to applications deployed in GlassFish. It is briefly
>> mentioned in our one-pager [1]. As mentioned in that one-pager, our
>> immediate target was to make GlassFish run on top of OSGi. Now that
>> we have achieved that goal with the release of v3-prelude, we have a
>> fairly stable base to experiment on these new areas.
>>
>> Thanks,
>> Sahoo
>>
>> [1]
>> http://wiki.glassfish.java.net/attach/V3FunctionalSpecs/GFv3Prelude-OSGi-onepager-v0.2.txt
>>
>>
>> Johan Vos wrote:
>>> Are there plans for exposing the OSGi Framework at the core of GFv3
>>> to the applications running inside the appserver?
>>> It would be a huge enhancement if one WAR can register an OSGi
>>> Service with the OSGi framework, and another ejb-jar can get a
>>> reference to this service. This is somehow similar to what we
>>> currently do with @EJB annotations, with the difference that the
>>> dependencies in case of using the OSGI's
>>> BundleContext.getServiceReferences() are resolved at runtime.
>>>
>>> - Johan
>>