If you mean refreshing the client's page without using the refresh
meta-tag, I think a simple solution might be to use an applet.

A simple applet with a ServerSocket on particular port. When the
database is changed, the server sends a message to the applet which
tells the browser to refresh the page.

Alternatively, the applet can periodically check if the database has
been modified and then request the page.

I would prefer to have a single thread checking for database
modification and all change listening applets register with it so
multiple copies of the same query are not run on the database.

Regards,
Ashish

Check out Headlines at http://headlines.sourceforge.net/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to