Re: T5: Timers/Schedulers

2009-03-01 Thread Borut BolĨina
Hi, I think you will find this helpful: http://www.chenillekit.org/chenillekit-quartz/index.html -Borut 2009/2/27 James Sherwood > Hello, > > > > I know this may not be a T5 problem but I am just wondering how people are > doing this. > > > > I need to use timers(schedulers) for database work.

Re: T5: Timers/Schedulers

2009-02-27 Thread Szemere Szemere
Quartz is an effective way of scheduling things. I've used the Quartz servlet before - search the mailing list for my notes. Szemere

T5: Timers/Schedulers

2009-02-27 Thread James Sherwood
Hello, I know this may not be a T5 problem but I am just wondering how people are doing this. I need to use timers(schedulers) for database work. Let's take for instance, every January 1st I need to reset everyone's position on a list(EX reps for a union position as votes happen). S