I need to push data continuously from Java web application running on Tomcat to a Dojo implemented website.
How to handle this from both server and client?
I need to push data continuously from Java web application running on Tomcat to a Dojo implemented website.
How to handle this from both server and client?
Consider using the Bayeux protocol. A stable implementation of this protocol is provided by cometd http://cometd.org/ (which is a Dojo Foundation project, and so it's fully compliant with dojo toolkit).