Hi am trying out using iBatis with Spring. I have some experience with using Hibernate. When using Hibernate there exists a HibernateTransactionManager. However this is not the case with iBatis, so what transaction manager should i use?
Hi am trying out using iBatis with Spring. I have some experience with using Hibernate. When using Hibernate there exists a HibernateTransactionManager. However this is not the case with iBatis, so what transaction manager should i use?
Just use the DataSourceTransactionManager.
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan
Refer to the JPetStore samle provided in the spring samples that comes along with the Spring donwload.