Cool, thanks for spending the time to look into my use case. Side note: I am almost done moving one Web Framework and two Web Apps from Spring to Guice, and I can say that Guice makes the code so much cleaner and powerful.
Jeremy, On Aug 5, 1:21 pm, "[email protected]" <[email protected]> wrote: > On Aug 5, 12:20 pm, Jeremy Chone <[email protected]> wrote: > > > That's works pretty well, I just want to make sure I am not missing anything > > Nope, you're doin' it right. > > Child injectors are good because you can create independently of their > parent injector. That's handy if you want to create child injectors > later, or in a different piece of code. > > Private modules are good because they can expose bindings to their > parent injector. That's handy if you have multiple modules with > similar dependencies, but different configurations. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
