Christopher Williams wrote:

I would strongly advise against using the Swing timer object. Try using a
java.util.Timer object instead. I use this in a servlet to perform
automatic daily backups and other automated tasks.


christopher is right you should not use SWING objetcts in your J2EE environement...
a google search can point you to different projects with CRON implementations in Java....
my 2 pieces
Jerome




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to