On Aug 18, 2005, at 5:28 AM, Timothee Peignier wrote:
I've started creating a taks manager for xwiki.
The objective is to
have
periodic tasks implemented as classic java class and as groovy script.
I've started to write a basic one, based on quartz :
http://www.xwiki.org/xwiki/bin/view/Dev/Tasks
Have you looked at the email notification plugin? It embeds quartz
and uses it to do the email notification at specified intervals.
Perhaps you could coordinate with its author so that the task
management is refactored out into the plugin you are working on.
Matt