1 Introduction - Reference Documentation
Authors: Sergey Nebolsin, Graeme Rocher
Version: 1.0-RC2
This plugin adds Quartz job scheduling features to Grails application.
|
(Quick Reference)
1 Introduction - Reference DocumentationAuthors: Sergey Nebolsin, Graeme Rocher Version: 1.0-RC2 1 IntroductionQuartz plugin allows your Grails application to schedule jobs to be executed using a specified interval or cron expression. The underlying system uses the Quartz Enterprise Job Scheduler configured via Spring, but is made simpler by the coding by convention paradigm. |