AW: [opencms-dev] Documentation/examples of Scheduled Tasks?
Martin Leja
Martin.Leja at mpluss.de
Mon Nov 25 14:27:17 CET 2002
[...]
> public class YourClass implements I_CmsCronJob {
> public String launch(CmsObject cms, String parameter) throws
> Exception {
>
> <put in your code here>
>
> return null;
> }
> }
[...]
Isn't that the right place to integrate a java interpreter like beanshell
(http://beanshell.org/). It gives you the power of scripting in java without
the compilation process. The interpreted java code is slower yes, but this
can be neglected in this case i think.
--
regards, martin.leja at mertensteinke.de
More information about the opencms-dev
mailing list