On Wed, Dec 17, 2008 at 7:22 PM, Miles T. <[email protected]> wrote: > > @Timothy : you may be right. Then, we would have Spring Core + Spring > MVC + Guice for such a webapp. Mmm... >
You pretty much do--there are lots of magic strings that spring mvc looks for in the bean factory (view resolvers, etc.). And its lifecycle is very closely tied to the spring appcontext. You can probably create Guice as a bean and then call get instance on it. but UGH. Time to choose... or wait for a better web framework that plays nice with Guice ;) Dhanji. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
