Comment #47 on issue 62 by [email protected]: Lifecycle support http://code.google.com/p/google-guice/issues/detail?id=62
@45 "Why didn't anyone mention a hibernate Session, which MUST be closed after use?" If you use warp-persist this is done for you on transactions or Http requests (or any granularity of session, really). You can even set up a scope around the session or transaction, which is consistent with our philosophy to keeps scopes simple (by making scoping orthogonal to domain use cases). -- 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 -~----------~----~----~----~------~----~------~--~---
