April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring AOP
nSupports the following advices:
nmethod before
nmethod after returning
nthrows advice
naround advice (uses AOPAlliance MethodInterceptor directly)
nSpring allows you to chain together interceptors and advice with precedence.
nAspects are weaved together at runtime.  AspectJ uses compile time weaving.
nSpring AOP also includes advisors that contain advice and pointcut filtering.
nProxyFactoryBean – sources AOP proxies from a Spring BeanFactory
nIoC + AOP is a great combination that is non-invasive