There are several projects that add Lifecycle support to Guice. GuiceyFruit is one (I don't know if it's still being maintained). We (Netflix) recently opened a project that adds Lifecycle support (and other stuff): https://github.com/Netflix/governator
-JZ On Sunday, December 9, 2012 9:11:34 PM UTC-8, Michael wrote: > > Hi all, > > Does anyone know the process about the issue 'lifecycle support' > http://code.google.com/p/google-guice/issues/detail?id=62&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Component > > Currently I am facing the problem about this part. I implemented the init > method by using provider and call init() within the get() of the provider. > > But how about the destroy method, How could I do this in Guice ? > Especially for servlet request scope. > > Many thanks! > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-guice/-/4DL32JEJ2SoJ. 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.
