April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Make ServiceImpl transactional
n
Alternative approaches, simpler in large
applications:
n
Use “auto proxy creator” to apply similar
transaction attributes to multiple beans
n
Use metadata or another pointcut approach to
apply transactional behaviour to multiple classes
Noninvasive again