Create a Custom Scheduled Job
(Difference between revisions)
(adding link to how to add jar files) |
|||
Line 2: | Line 2: | ||
Then you add your Java class to OpenCms. You can either create a jar file, or a class file. Then you add them to your OpenCms installation - your options are on the [[Adding_Jar_Files]] page. | Then you add your Java class to OpenCms. You can either create a jar file, or a class file. Then you add them to your OpenCms installation - your options are on the [[Adding_Jar_Files]] page. | ||
+ | |||
+ | [[Category:Extending OpenCms]] |
Revision as of 20:20, 27 June 2007
A scheduled job is a bit of code that is run on a regular basis by OpenCms. You can create custom scheduled jobs by creating a java class that implements I_CmsScheduledJob.
Then you add your Java class to OpenCms. You can either create a jar file, or a class file. Then you add them to your OpenCms installation - your options are on the Adding_Jar_Files page.