mvc « Session « JPA Q&A





1. Session Management with MVC    forum.hibernate.org

Wow!! I did not realize that managing sessions in MVC was going to be such a complicated issue. I have read the following: http://www.hibernate.org/43.html -- Open Session in View Pattern and also http://www.hibernate.org/43.html -- Forum Discussion about this So my question is this. I have a layered application where hibernate generated objects are my data layer. Then I have a layer ...