1. Tracking down cause of Spring's "not eligible for auto-proxying" stackoverflow.comWhen 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.comwould 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.orgYep. 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 ... |