1. Three tier layered application using Wicket + Spring + Hibernate. How would you handle transactions? stackoverflow.comI'm thinking about using the Open Session In View (OSIV) filter or interceptor that comes with Spring, as it seems like a convenient way for me as a developer. If that's ... |
2. How to wrap Wicket page rendering in a Spring / Hibernate transaction? stackoverflow.comMy application loads entities from a Hibernate DAO, with OpenSessionInViewFilter to allow rendering. In some cases I want to make a minor change to a field -
|
3. How to use a single transaction for a Wicket / Spring page view? stackoverflow.comMy previous question How to wrap Wicket page rendering in a Spring / Hibernate transaction? has led me to thinking about transaction demarcation in Wicket. Whilst the example there was ... |
4. Transaction handling in 3-tier layered application using Wicket + Spring + Hibernate forum.springsource.orgTransaction handling in 3-tier layered application using Wicket + Spring + Hibernate Hi, I'm thinking about using the Open Session In View (OSIV) filter or interceptor that comes with Spring, as ... |
5. Wicket+Spring+Hibernate.How would you handle transactions? forum.hibernate.org |