aspose file tools
The moose likes Servlets and the fly likes Server Push Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Server Push" Watch "Server Push" New topic
Author

Server Push

Sivanthi Thanikesavan
Greenhorn

Joined: Feb 27, 2002
Posts: 5
How to implement Server Push using Servlets.The
Servlet should update the browser page with new data whenever an event happens at the server.
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
This is not possible beacause of the request-response nature of HTPP.
(The server cannot respond without a question of the client...)
What you can do is sent a "refresh" meta tag that tells the client it should reload the page in x seconds. The newly fetched page could then show the status at that point.
Hope this helps.
Regards,
G�nther.
http://www.javacoding.net
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Server Push
 
Similar Threads
JSpinner and arrows
jsp stuck at compiling port listening program.
IceFaces - receive broadcast failed
pushing an advertisement from the server
support for " @ActivationConfigProperty(propertyName = "sendUndeliverableMsgsToDMQ", propertyValue "