Grails

Grails Transactions using @Transactional annotations and Propagation.REQUIRES_NEW

Hi All, Here is how you can implement a new transaction in an already executing transaction in Grails which uses nothing but Spring framework's Transaction mechanism as an underlying implementation. Spring provides @Transactional annotations to provide declarative transactions. We can use the same in our Grails project to achieve the...

by Abhishek Tejpaul
Tag: Spring Transactions
30-Jul-2010