I'm looking for a little guidance on cleanly architecting a Guice based project.
I'm new to DI and Guice, but after reading the docs and the Apress Guice book, I'm still a bit confused about how to architect applications to use Injectors properly. Is it common practice to have only a single Injector for an application, and pass the Injector around? If so, should I be injecting the injector, or using an application wide static factory method? What might be helpful is an example of a cleanly implemented Guice project that is larger than two or three classes. Looking for a little guidance... -Brandon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
