Since the servlet runs under J2SE, you can go for java.util.Timer and java.util.TimerTask.
J.Ganesan www.DataStoreGwt.com On May 31, 5:08 am, Juan Pablo Gardella <[email protected]> wrote: > See Quartz <http://www.quartz-scheduler.org/> > > 2011/5/30 ArnoNyhm <[email protected]> > > > > > > > > > Hi, > > > my gwt servlet loads data from a database, handle it and store it in > > an embedded apche derby database. what i want is, that this process is > > repeated every 45min automatically. > > i don´t know how to do this? > > > regards arno > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
