Hi Arno,

I have relatively little experience in this, but if you want some action
program for xtime, gwt offers mechanisms for such coordination.

I would recommend that you take a look at
Timer<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/Timer.html>
.

My philosophy is that if there is already a thing made ​​by Google, no one will
do better than them.

I hope it's what you want.

2011/5/31 khiem nguyen <[email protected]>

> 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.
>



-- 
El precio es lo que pagas. El valor es lo que recibes.
Warren Buffet

-- 
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.

Reply via email to