You could write the part of the page that displays the data as an applet and let the applet check for updated information every so often. Just remember the security restrictions on applets. They may only "talk" to the server that they originate from. Therefore if the database back-end is not located on the same box as the web server that you must have a proxy setup to reroute the request to the DB server.
A quick and easy fix would be to have the page youpage.jsp (JSP or HTML) refresh it self every minute or two minutes. (whatever time intreval you would like). If you don't want the entire page to refresh put it in a frame, or if you don't mind using IE. put the dynamic content that you're going to have changing a often in it's own FULL JSP/HTML page. Then in that page with only the dynamic content in the body, put a refresh tag in the head.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.