Scheduling a Method Invocation with Spring and Quartz
I was wanting to run a scheduled task recently using Spring and Quartz. Here is a little snippet you may find useful if you are simply wanting to invoke a method:
< ?xml version="1.0" encoding="UTF-8"?>
There are various triggers you can use – Im using a cron trigger in this example. The cron pattern example triggers this [...]
READ FULL ARTICLE