users@jersey.java.net

Resource life cycle and injections

From: Erdinc Yilmazel <erdinc_at_yilmazel.com>
Date: Fri, 6 Mar 2009 18:26:37 +0000

Hello,

Where can I find detailed information about life cycle of resource
instances and how to use the @Inject annotation in resource classes? I
know that if I use @Singleton annotation jersey creates just one
instance for the resource, however I don't know how I can access this
instance that jersey created for me.

I want to use a dependency injection framework such as guice to manage
the resource instances and injections that are made in these objects.
Can you show me a starting point in implementing such behavior?

Thank you,
Erdinc