Spring, iBatis, MySQL - how to manage transactions?

Posted by Enrique on Stack Overflow See other posts from Stack Overflow or by Enrique
Published on 2009-11-01T03:12:39Z Indexed on 2010/05/27 14:11 UTC
Read the original article Hit count: 276

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about spring