I usually use spring open session in view filter, but obviously there are other way. I'm don't know if out is exactly what you need: http://community.jboss.org/wiki/OpenSessioninView There is a struts plug-in too https://cwiki.apache.org/S2PLUGINS/full-hibernate-plugin.html
Maurizio Cucchiara On Jan 5, 2011 3:06 AM, "aum strut" <aum.str...@gmail.com> wrote: Struts2 has its own Object creation way an Object factory which is responsible for creating all framework required objects like Actions,Interceptors Results etc. And its flexible enough if you want to let spring do this for Struts2 you can always do that by using Spring with struts2 On Wed, Jan 5, 2011 at 3:34 AM, Oscar <oscar.kalde...@gmail.com> wrote: > Hi to all, i have a ques...