A
aostrik
Hi ALL,
I have an object on the server which listenes for timer and does some
work as soon as the timer fires up.
I need to display the output of this object on the web-client.
Now I try to use AJAX.
As soon as browser has loaded the page I send XMLHttpRequest to servlet
which returns the output of that timer-object to the client.
Is that possible to send a reply to XMLHttpRequest callback function
every time when timer fires up without initiating XMLHttpRequest from
the client?
Or I should use some other technique?
Thank you.
I have an object on the server which listenes for timer and does some
work as soon as the timer fires up.
I need to display the output of this object on the web-client.
Now I try to use AJAX.
As soon as browser has loaded the page I send XMLHttpRequest to servlet
which returns the output of that timer-object to the client.
Is that possible to send a reply to XMLHttpRequest callback function
every time when timer fires up without initiating XMLHttpRequest from
the client?
Or I should use some other technique?
Thank you.