Comment #48 on issue 62 by james.strachan: Lifecycle support http://code.google.com/p/google-guice/issues/detail?id=62
BTW the patch on this issue: http://code.google.com/p/google-guice/issues/detail?id=354 provides a solution to the last remaining issue with lifecycle support - being able to iterate through objects within a scope so that you can close them (other than using a scope specific work around such as the servlet request/session scopes that @dhanji mentions). We're using this mechanism right now in GuiceyFruit to support @PreDestroy and Spring's DisposableBean interface. I'm not sure which way this will go though; there's more discussion on various possible implementations here: http://groups.google.com/group/google-guice/browse_thread/thread/da6af0961cf4a5d6 I certainly hope that some mechanism can be added though :) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice-dev" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
