The Resolver approach doesnt work properly - it injects needed members, but it creates new instance instead of using already created (I suppose that Resolver' approach is wrong)
I'm using @PostConstruct solution instead but the very best place for injection is to change the standard org.apache.myfaces.el.unified.resolver.ManagedBeanResolver class because its being called anyway during bean instance creation. Hope will help for someone else 2008/5/14 Robbie Vanbrabant <[EMAIL PROTECTED]>: > As for JSF I know there is this: > http://notdennisbyrne.blogspot.com/2007/10/integrating-guice-and-jsf-part-2.html > There is also an official effort for Wicket (1.3.0+) and Struts 2. > > Robbie > > On Wed, May 14, 2008 at 9:09 PM, Chris Stewart <[EMAIL PROTECTED]> > wrote: >> >> I searched around the group and found a short discussion on JSF that >> was slightly over a year old. At that time getting the two to work >> together wasn't as seamless as getting Spring to work with JSF. I'm >> wondering if anyone has discovered anything new in the realm of >> integrating Guice and JSF. I'd really like to use Guice in my latest >> JSF application and would appreciate any advice in doing so. >> >> On an unrelated note, is there an open framework Google uses for web >> applications? We all know Guice is used by AdWords, so that begs the >> question, is AdWords a JSP/Servlet application, Struts, JSF, or >> something top secret we'll never know about? :o >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
