wicket « Transaction « Spring Q&A





1. Three tier layered application using Wicket + Spring + Hibernate. How would you handle transactions?    stackoverflow.com

I'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.com

My 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 -

Long orderId ...

link = new Link("cancel") ...

3. How to use a single transaction for a Wicket / Spring page view?    stackoverflow.com

My 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.org

Transaction 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 ...