Hi

Sounds useful!  I wonder if we want to support injecting both or just
bundleContext, since it is pretty straightforward to get bundle from
bundleContext (or the other way around).

Lin

On Thu, Oct 21, 2010 at 5:06 PM, Jarek Gawor <jga...@gmail.com> wrote:
> Hi all,
>
> I was thinking about adding support for injection of
> Bundle/BundleContext objects into Java EE components via @Resource
> annotation. Example:
>
> class MyServlet extends HttpServlet {
>   @Resource
>   Bundle bundle;
>   @Resource
>   BundleContext bundleContext;
>   ....
> }
>
> That should make it easier to interact with OSGi within Java EE apps.
>
> I was also thinking of something similar with @Inject for web beans
> (cdi stuff) but I'm not really sure it's all that useful since it
> should be possible to inject Bundle/BundleContext via @Resource or
> combine it with @Produces.
>
> What do you think?
>
> Jarek
>

Reply via email to