For Guice and EJB, take a look at this article. http://musingsofaprogrammingaddict.blogspot.com/2009/03/guice-tutorial-part-3-integrating-guice.html. Guiceyfruit also provides lifecycle support for JSR 250 annotations.
They might be worth a look. Kartik On Tue, Apr 27, 2010 at 3:36 AM, senny <[email protected]> wrote: > Hey Guicers > > I just picked up Guice and am eagerly learning and integrating it into > our project. There are some questions I could not answer with the > Documentation or the existing Group Discussions. > > 1.) Is it possible to inject JSP Tags with Guice? And if not, is there > a workaround for it? > 2.) Is it possible to inject EJBs with Guice? I found out to bind a > JNDIProvider with Guice but this does not inject the EJB Object > itself. Is there a way to use the @Inject Annotation within EJBs? > > Thanks a lot for your help. > > Cheers, > -- Yves > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
