[Jcrontab-developers] Help with Jcrontab
Brought to you by:
iolalla
From: subbaram k. <sub...@gm...> - 2010-05-11 00:08:33
|
Hello, I need some help with using JCrontab. Here is my requirement. Our application should create recurring events based on the recurring schedule selected by the user (daily / weekly / day of the week / monthly / day of the month etc) and store these events in a database table. We have a GUI where users can select various recurring schedule options and i would like to a) generate a cron string based on user's recurring schedule selection b) create multiple events based on the cron string and store these events in a database table. I don't want to trigger any task using the scheduler but just want to use Jcrontab for generating cron string and creating recurring events per the generated cron string. Is this something possible using Jcrontab?. Thanks in advance for any help. |