Best approach would be to create an applet embedded in a JSP that implements
a listener for a custom event that is fired from a stored procedure /
trigger within the database.....
other JSP "refresh" approaches may cause too many roundtrips back and forth
to the server.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Balkrishna R.Parab
> Sent: Wednesday, April 18, 2001 10:22 AM
> To: [EMAIL PROTECTED]
> Subject: Displying Alert
>
>
> Hello Everybody
>
> I am working on a project which requred to display alert to the user when
> ever particular table in database without refreshing that page.
>
> 1.      One way to do this is to write an seperate applet which
> will keep on
> monitoring the database updatation and in turns display Message box to the
> user. But required to display alert even when browser is minimized.
> 2.      Another way is to write an application and insatll on
> client machine
> which will keep on monitoring database updataion and inturnns display
> Message box. But this requires seperate login. Can i call
> application in jsp
> page so that i can pic up sesion value from the same and can eliminate the
> login screen
>
> Any suggestion/modification or advise  will of great help
>
> Thankx in advance
>
>
>         Balkrishna R Parab
>         Global TeleSystems Ltd
>
> ==================================================================
> =========
> 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
>

===========================================================================
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