How should I go about implementing a real time view. With a real time view I
mean a view that get's updated in real time, once the server has new data.
So, for example, I have a long running process on the server that will
create a list of items. When I request the list, I don't know the number of
items. So, I cannot use a paging mechanism. 

I know there a couple of options:
1. I can use (server is an .net mvc solution) SignalR. I then add the
required jquery files to the qooxdoo solution as external script libraries.
2. I can use facebook React as an external library. 
3. I can use a quick and dirty polling mechanism.
4. Or does qooxdoo have internal support for this sort of feature?



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Implementing-a-view-that-gets-updated-real-time-tp7586640.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to