|
From: Ivan R. <iv...@we...> - 2003-09-12 09:43:20
|
[Note: I sent this email yesterday but I did not see it arrive to the mailing list. So here is it again.] As part of my project I am building a (simple but capable) cron-like scheduler. Do you think there is a place for it in the Spring framework? It will support both persistent and non-persistent scheduling. I think the scheduler itself should be a JavaBean, capable of executing a given method (with or without parameters) on an object, according to the supplied schedule. Another possibility is to have the scheduler integrated into the context but I'm not sure how smart that would be. -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |