Hi
I am working on Spring MVC application with hibernate, I am bit wondering about couple of things;
If I am using Spring Transaction support in Web Application, Do i still need to implement the filter interface for handling hibernate session for HTTP. I am bit of mixing "Session per view"
pattern with Springn Transactions.
Please suggest