Search code examples
hibernatespringjsf-2richfaces

Sample Project with Spring3.1RC2, Hibernate4.0.0.CR6 and RichFaces4.0.0.Final


I am looking for a sample projects on Spring3.1RC2, Hibernate4.0.0.CR6 and RichFaces4.0.0.Final. HibernateTemplate is no longer used in latest spring version. So, How to integrate Hibernate4.0 with Spring3.1.


Solution

  • This tutorial will help you:

    http://www.mkyong.com/jsf2/jsf-2-0-spring-integration-example/

    and this example will help you to integrate Spring with Hibernate without Hibernate Template using AOP Transaction Management.

    http://www.mkyong.com/spring/spring-aop-transaction-management-in-hibernate/