[email protected] schrieb: > I have a bunch of singletons that should be singletons until the user > chose to reload parts of the application. Then I have to reset a few > objects to get a clean state.
I´d use providers that register at a central (maybe singleton) manager, that propagates the 'reset' action to them. cu uwe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
