TaskScheduler « Job « Spring Q&A





1. TaskScheduler, @Scheduled and quartz    stackoverflow.com

Is there a way to have @Scheduled with quartz as the underlying scheduler? Two things that I can think of, but both require some work:

  • create a custom BeanPostProcessor that will parse ...

2. TaskScheduler, @Scheduled - Quartz 1.5.2    stackoverflow.com

is there any chance to wrap sollution from TaskScheduler, @Scheduled and quartz, to work with spring 3.0.5 and quartz 1.5.2 ?. Thanks for help.