April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Make ServiceImpl transactional
nRollback rule means that we don’t need to call setRollbackOnly()
nOf course Spring also supports programmatic rollback
nCan run this from a JUnit test case
nDoesn’t depend on a heavyweight container
nCan work with JTA, JDBC, Hibernate, JDO, iBATIS transactions…
nJust change definition of transaction manager
Noninvasive again