SV: Very interesting question... my boss complain about one of my implementations...

2010-05-28 Thread Wilhelmsen Tor Iver
My boss said that it is not a good practice and he recomended to use something like in Struts called Timers, do we have something like that in wickets¿? Try looking into Quartz, a library for such things. The lack of a standard scheduling framework outside of JMX is a problem in JEE in

Re: SV: Very interesting question... my boss complain about one of my implementations...

2010-05-28 Thread M. Hammer
I can also recommend Quartz, especially with the Spring integration. (http://static.springsource.org/spring/docs/1.2.9/reference/scheduling.html) Very stable, and quite easy to set up. Try looking into Quartz, a library for such things. The lack of a standard scheduling framework outside