Further reading:

http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ

2009/6/1 Matías Costa <m.costac...@gmail.com>:
> Mail fail.
>
> Oops, very wrong post. My brain got a shortcircuit and I was thinking
> this was for the django list.
>
> Sorry.
>
> Almost everything apply to GWT except the jquery and djangosnippets
> statements. For coment exists various solutions with 3rd party
> modules.
>
> 2009/6/1 Matías Costa <m.costac...@gmail.com>:
>> I use auto_increment primery keys, so new rows are greater than the
>> last send to client. Each minute the client polls the server
>> /example/path/new_objects?from=2353 (beware IE caching). JQuery in
>> client, and json encoding in the server  (search djangosnippets.com)
>> makes this a joke, no more than a few hours to implement.
>>
>> If you want also notify modifications (my model is inmutable) you
>> should store some kind of version indicator.
>>
>> If you need near real-time updates investigate comet. I have no
>> experience with it.
>>
>

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to