Mar 13 2008
Spring AOP with aspectJ and JDK5 annotations
Setting up application context files
In the applicationcontext.xml, we define a simple bean Person. This is the bean we will play with to see the interceptors calls.

The applicationcontext-aop.xml is the place where our aspects beans are defined. These separation in two files is not mandatory but can be useful when dealing with a lot of beans…


