how to push an automatically refreshed BufferedImage generated in a servlet into the browser?
Hi
I am involved in an application that generates a BufferedImage .A servlet is doing the process.i want to refresh the image every 1 minute.for this i am using some infinite while loop and suspending the servlet every i minute.i have to push this refreshed image into the browser.this has to be done with javascript.how is this possible? if anyone has any idea please tell me.Thanks in Advance
Regards
Anu
I am involved in an application that generates a BufferedImage .A servlet is doing the process.i want to refresh the image every 1 minute.for this i am using some infinite while loop and suspending the servlet every i minute.i have to push this refreshed image into the browser.this has to be done with javascript.how is this possible? if anyone has any idea please tell me.Thanks in Advance
Regards
Anu
July 8,