Issue 62: Lifecycle support http://code.google.com/p/google-guice/issues/detail?id=62
Comment #37 by sven.linstaedt: Is there any chance to get these functionality as an _extension_ of guice? These solution seems to add two (?) more dependencies (javax.annotation.* is part of JRE6) to the framework. The majority of developers will use at most one of the lifecycle mechanisms. Solving this like limpbizkit had it in mind (using custom scopes) would allow us to use different lifecycle demarcation mechanisms (javax.annotation, DisposableBean, etc.) depending on the actual needs. Additionally I would like to see a solution that does not based on a servlet container. There are lots of people using guice in standalone applications and these people might have a need for lifecycle support too ;) Lifecycle support should also cope with other environments. -- 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 -~----------~----~----~----~------~----~------~--~---
