posted 18 years ago
I'm using Hibernate3 with Spring2. Both Hibernate and Spring handles the
transaction, which should be used? Or both?
I'm currently using Hibernate transaction through a datasource. The Hibernate
DAO is injected in the service class through Spring.