I have seen in lot of forums and still in confusion. We are starting a new project with Spring 3.1 & Hibernate 4 and need to decide which strategy to use for Hibernate with
Now SessionFactory is recomended for Hibernate 4 for open/close connection automatically. So no need to use HibernateTemplate class.