Tuesday, June 26, 2007

Template-less Data Access using Spring

Alef Arendsen from Interface21 blogged about the usage of HibernateTemplate/JpaTemplate. In his blog he demonstrates an alternate approach by using the Hibernate Session API directly in the data access code without the need of templates. The recommended approach is also documented in HibernateTemplate and JpaTemplate Javadocs.

To access Alef's blog, please click here.