Posts Tagged ‘transaction management’

A question commonly asked on the spring forums is that a service makes calls to multiple DAOs, how can ALL the calls be rolledback if any of the calls throws an exception. The simplest way to do this is to make your service transactional while keeping your DAOs non-transactional. Example Service : Notice the lack [...]

Friday, February 6th, 2009 at 17:07 | 4 comments
Categories: Spring, Tips & Tricks
TOP