Hello, I am currently using pico, but I started looking at guice recently. I think it could suit us better than pico, but there are some features we need which I don't see in guice or cannot figure out how to implement them.
Suppose we have a root injector which mostly a container for global singletons. Then during the application lifecycle we need to create and destroy child injectors. Objects which are created in child injectors should have access to singletons in root injector, so I figured the only way to create a child injector is to use root.createChildInjector(..). So far so good, but I could not find any way to destroy this child injector. I looked at GuiceyFruit and while it has some lifecycle support I could not find a way to destroy child injector, so that the root injector forgets about it. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
