You can use CORBA or RMI or even simple direct socket connect of an applet
to your server, if "pull" solution based on applet or simple HTML refreshing
isn't satisfied your needs. But beware, firewalls and browser restrictions
can force you to return to "pull" case.
Dmitry.
----- Original Message -----
From: P. C. Yue <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 13, 1999 3:09 PM
Subject: dynamic update of HTML
> I would like to write a servlet that dynamicaly modifies the HTML
displayed
> on the screen. For example, I haven an HTML table displaying stock prices
> that are generated by the servlet. How can I make the price values change
> whenever the servlet detects a change on the server side ? Does anyone
have an
> example like that ?
>
> I know I can do a "pull" solution and have an applet periodically queries
> the latest value and update the screen. But I would like a "push"
solution
> that initiates the change from the server side (only when new data is
> available).
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html