Hi, I was wondering if anyone knew how to have a Servlet send back to a client some information. The client is purely JavaScript. Basically I'd like to have the following scenario: (1) Client makes a call to a servlet (2) Servlet retains a reference to the client (THIS is the part I'm not sure about) (3) Client-Servlet communication is broken (4) Some time later, the Servlet notifies the client that something has occurred I DON'T want to: (A) Use any Java code on the client. (B) Maintain an open connection between the client and servlet in (3) above VIA Client PULL (i.e. no client polling) (C) Maintain an open connection between the client and servlet in (3) above VIA Server PUSH (i.e. no server flushing of partial streams of data). ANYONE have any great ideas????? IS THERE ANY way that a Servlet can re-establish communication with a Client. --Nikolaos ___________________________________________________________________________ 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
