Hi Dennis, The info you're referring to is fairly old. I'd recommend using Stripersist. It already does everything you mentioned. You could use Stripernate (predecessor to Stripersist) if you want to avoid using JPA but it is old and not very well maintained.
http://www.stripersist.org Aaron Dennis Bijlsma wrote: > 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 > > ------------------------------------------------------------------------------ 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
