2 Replies Latest reply on Sep 3, 2007 5:21 AM by pdhaigh

    Scheduled tasks

    pdhaigh

      Hi,

      Is there an accepted best practice for created scheduled/recurring tasks in a Seam application?

      I want to schedule a daily recurring task when the application is deployed. This task will perform a basic query and email the results out.

      There is the @Asynchronous annotation I know, but I can't see how to get this kicked off without actually going and visiting a webpage and clicking a button - i'd like it to be fully automated...

      cheers

      phil