I want to use 'open session in view' pattern for loading objects lazily in hibernate. As I found out, Spring framework supports this pattern, but I am using Struts and I dont want to switch to Spring just for this reason. I am wondering if struts supports this pattern our is there any other solution for this problem