Hi,

I am trying to implement locking over long (Web) sessions. This locking mechanism comes from the book "Hibernate in action". In this mechanism sessions are kept/saved over Web-browser sessions.

How can I use this mechanism and still keep using HibernateTemplate (and the session management of HibernateTemplate)?