I am working on an application where the data (certain table fields) on JSP page is needed to be updated at certain interval (every 5-30 secs). What are different options I can consider?
I am considering one option where I can refresh the page at the specifed time interval. But as page gets bigger, it becomes very inefficient option.
Any suggestions, appreciated.
Thanks.
-
Streaming data on JSP page?? (1 messages)
- Posted by: Vipul Sagare
- Posted on: January 30 2001 16:12 EST
Threaded Messages (1)
- Streaming data on JSP page?? by ChangePond Technologies Ltd on January 31 2001 00:12 EST
-
Streaming data on JSP page??[ Go to top ]
- Posted by: ChangePond Technologies Ltd
- Posted on: January 31 2001 00:12 EST
- in response to Vipul Sagare
There is Technology called Server Push,
It Refreshes the page on specified time, refer to The book
Servlet Programming by Jason Hunter , some examples are given.
Still if you don't get it, mail to arokiarajv at rediffmail dot com
V.Arokiaraj
Changepond Competency Centre Chennai