Hi guys
I am developing an application using JPA2, Hibernate 3.5.0, EJB 3.1 and JSF2. I am trying to implement the "open session in view" pattern with this stack. I have looked at this page:
http://community.jboss.org/wiki/OpenSessioninViewBut I am not sure if this is the way to go with Hibernate 3.5.0. I have also noticed that Spring has a OpenEntityManagerInView filter, but I am a bit reluctant to including the whole Spring stack just for this purpose.
Has anyone here implemented "open session in view" in such a scenario? Any pointers or suggestions?
Regards,
Anders