OSIV « Session « JPA Q&A





1. OSIV pattern - pro's and con's ? general question about OSIV and views    stackoverflow.com

I'm in the planning stages of a web site project and deciding on whether to go for OSIV and not use dao(eao)/dto (used dao/dto for an existing project) im wondering if, with ...

2. OSIV + LazyInitializationException:Session closed    forum.hibernate.org

Hi there - please help me! New to Hibernate and using in Spring container + Struts so the dependancies provide a steep learning curve..... Getting session closed exceptions trying to us OSIV: Want to use OSIV pattern to ensure that any Lazily loaded associated objects are available to my jsp's via Hibernate session before it's closed. Have tried with the caveatemptor-native-061211 ...