track « AOP « Spring Q&A





1. Tracking down cause of Spring's "not eligible for auto-proxying"    stackoverflow.com

When you start messing around with Spring's auto-proxy stuff, you often run into this behaviour as documented:

Classes that implement the BeanPostProcessor interface are special, and so ...

2. would you use AOP to track points?    stackoverflow.com

would you use springs AOP (aspects) if you had to track user points throughout your application? it seems like a potential fit, since points are awarded etc. throughout the application, kind of ...

3. AOP For Activity Tracking?    forum.springsource.org

Yep. This is a perfectly reasonable thing to do with AspectJ. This article has a good description on how you can use AspectJ for logging (similar, but not exactly what you ...