From: Arne Vajhøj on
On 02-02-2010 17:00, albert kao wrote:
> After a notification from JMS is received, how to dynamically refresh
> (update) a JSP webpage?
> Please post any tutorial or website or idea.
> This is for FF, Chrome, IE on windows Vista& 7.

True push:
embed a Java applet for some Flash in the page

Push simulated via long poll:
write some JavaScript (AJAX style)

Arne