ah ok, i suspect somthing like this, thx.
On 31 Mai, 11:13, khiem nguyen <[email protected]> wrote: > you can start your timer-process from something which starts with your > webapp, for example in a ServletContextListener-implementations init method > > HTH > > On Tue, May 31, 2011 at 10:43 AM, ArnoNyhm > <[email protected]>wrote: > > > Thx. > > i have created my timertask class, but where in the servlet i make the > > call? > > > On 31 Mai, 07:41, "J.Ganesan" <[email protected]> wrote: > > > Since the servlet runs under J2SE, you can go for java.util.Timer and > > > java.util.TimerTask. > > > > J.Ganesanwww.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. -- 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.
