AOP « Job « Spring Q&A





1. Using Spring AOP with Quartz scheduler    stackoverflow.com

I am using Quartz scheduler for scheduling purposes in my project. I need to gather statistics like when, for how long, and how many times a job was run. I want ...

2. AOP & Quartz incompatibility?    forum.springsource.org

AOP & Quartz incompatibility? I am having a problem where I am trying to apply an "Around" aspect to a method on a bean called by the Quartz, "MethodInvokingJobDetailFactoryBean", scheduler. IntelliJ ...