I used it together with ServiceLocator. I had separate jar with models and interfaces as global dependency, and separate jars for implementations of those interfaces, with Guice module to bind them. Worked great for back-end, but have no idea how to make it work with front-end.
> On Aug 19, 2011 2:36 PM, "Efi Merdler" <[email protected]> wrote:> What > are the best practices for using modules: > > 1. Should I define all my bindings in a single module ? > > 2. In case not how would you suggest separating them ? -- 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.
