Tuesday, May 31, 2011

Re: gwt servlet thread, timer,reload

ah ok, i suspect somthing like this, thx.


On 31 Mai, 11:13, khiem nguyen <khi...@googlemail.com> 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 <etechniker....@googlemail.com>wrote:
>
> > Thx.
> > i have created my timertask class, but where in the servlet i make the
> > call?
>
> > On 31 Mai, 07:41, "J.Ganesan" <j.gane...@datastoregwt.com> 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 <gardellajuanpa...@gmail.com>
> > > wrote:
>
> > > > See Quartz <http://www.quartz-scheduler.org/>
>
> > > > 2011/5/30 ArnoNyhm <etechniker....@googlemail.com>
>
> > > > > 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
> > google-web-toolkit@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > > > > google-web-toolkit+unsubscribe@googlegroups.com.
> > > > > 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 google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscribe@googlegroups.com.
> > 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment