Description
Quartz 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.
A direct port of the Quartz for Grails. Original plugin made by Sergey Nebolsin.
Installation
The current version of griffon-quartz-plugin is 0.1
To install just issue the following command
Usage
This plugin provides the same features as it Grails counterpart except GORM integration.
Scripts
- create-job - creates a new Job class in
griffon-app/jobs
History
Version |
Date |
Notes |
|---|---|---|
0.1 |
12-21-10 |
Initial release |
Labels