There is even a cometd contribution:
http://qooxdoo.org/contrib/project/cometd
However, I think cometd will be made redundant by the new HTML5 server side
event "eventSource" technology:
http://dev.w3.org/html5/eventsource/
http://dsheiko.com/weblog/html5-and-server-sent-events/
There is suppo
Since the server has no way (well, there is one way, see [1]) to tell the
client the data has changed you won't be able to update that list without
creating a new request to the server.
If your are using the Json Store, you just need to call: myStore.reload().
[1] Alternatively you can use comet,
hi,
I am trying to configure a data binding that allows me to view live
data.
Reading the documentation I understood that this is done by the "model"
but I haven't found examples about.
My application use JSON-RPC for the requests to the backend, but the
backend works with events and I wish I cou