Results 1 to 3 of 3

Thread: schedule task

  1. #1
    Join Date
    Apr 2012
    Posts
    6

    Default schedule task

    hi,

    I would like to use web interface in order to schedule tasks. I try to use Spring and quartz to do that but it means that it is only adapted to recurrent tasks and known tasks. I don't understand how to schedule tasks dynamically.

    How can I do please ?

    Thanks a lot,

    Yo, France

  2. #2

    Default

    You can think about using Spring TaskScheduler in your case:
    http://stackoverflow.com/questions/4...ogrammatically

  3. #3
    Join Date
    Apr 2012
    Posts
    6

    Default

    thank you, I 'm gonna try this !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •