Hi, I'm currently using Stripes with Hibernate. For convenience, I would like to create a Hibernate session automatically for each request, and close it at the end of the request. This would save me from opening/closing the session myself in the ActionBeans.
I found a tutorial on this subject at http://www.stripesframework.org/display/stripes/ Hibernate+Infrastructure . What I don't understand is why this example uses a 'plain' Servlet filter, and not a Stripes interceptor. Is there any reason for this? ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
