Spring, iBatis, MySQL - how to manage transactions?
- by Enrique
Hello I'm building a web application with spring ibatis and mysql.
I'm going to use mysql stored procedures and I will call them with ibatis.
My question is about how to manage the transactions.
Should I manage the transactions inside the stored procedures or with spring/ibatis or with both?