package « AOP « Spring Q&A





1. Aspectj aspect for specifying multiple packages    stackoverflow.com

I wanted to specify a pattern for aspectj @Around aspect that includes multiple packages.

Example : package 1 : aaa.bbb.ccc.ddd
          package 2 : ...

2. "Aspect and introduction must be in identical packages"    forum.springsource.org

From time to time I get an "Aspect and introduction must be in identical packages" that leads to Roo stop functioning. I work around by just recreating the project. But maybe ...

3. Auto Proxying an entire package    forum.springsource.org

I have lot of services in a package and i want to intercept all the methods of all the services. i do not want to define Proxy for each of them ...