April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring AOP
nFramework that builds on the aopalliance interfaces.
nAspects are coded with pure Java code. You do not need to learn pointcut query languages that are available in other AOP implementations.
nSpring aspects can be configured using its own IoC container.
nObjects obtained from the IoC container can be transparently advised based on configuration
nSpring AOP has built in aspects such as providing transaction management, performance monitoring and more for your beans