Query Regarding Spring scheduler for set dynamic cron expression

Dear Dev,

I have a Query Regarding Spring scheduler for set dynamic cron expression

I use the Spring scheduler in which i add

<task:scheduled-tasks scheduler=“schedulerName”>
<task:scheduled ref=“action-Name” method=“method-Name” cron=“0 0 23 * * ?”/>
</task:scheduled-tasks>

i want how to dynamic replace the cron expression means i want to set the cron expression from form(GUI)

···

Thanks and Regards

Mithilesh Kumar Thakur

Did you have a look at the documentation? you can probably save the timing itself using a system or user setting, which means

http://docs.spring.io/spring/docs/current/spring-framework-reference/html/scheduling.html

···

On Tue, Feb 3, 2015 at 12:31 PM, Mithilesh Kumar Thakur mithilesh.hisp@gmail.com wrote:

Dear Dev,

I have a Query Regarding Spring scheduler for set dynamic cron expression

I use the Spring scheduler in which i add

<task:scheduled-tasks scheduler=“schedulerName”>
<task:scheduled ref=“action-Name” method=“method-Name” cron=“0 0 23 * * ?”/>
</task:scheduled-tasks>

Thanks and Regards

Mithilesh Kumar Thakur

i want how to dynamic replace the cron expression means i want to set the cron expression from form(GUI)


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Morten