You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jerome moliere <jm...@nerim.net> on 2003/09/01 10:18:28 UTC

Re: [Sundararaman] [Help me]

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