Hello All,

I'm new to AJAX and GWT in general. I have a project in mind and would
like some hints as to how I should set my program up. I want to have a
list that self-updates asynchronously by querying a remote server at
certain intervals, let's say every 1 second. It would be something
such a list that updates flight information or train departures.

My question is how do I have each row in the list update without
disrupting the rest of the site? I know JavaScript doesn't support
multi-threading. The only method I could think of off the top of my
head is to load the page and grab the initial data with a loop at the
end executing at 1 second intervals.

Thanks in advance,
Mike

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