On Mon, Aug 22, 2011 at 4:07 AM, Aekold <[email protected]> wrote: > 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.
This is the same design I've been using, works well thus far. > >> 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. > > -- 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.
