Dynamic Image generation on server side
843840Mar 8 2002 — edited Mar 11 2002Hi,
I have an application where in i need to develop dynamic chart image from a servlet.i tried it using awt and GIFEncoder but it wont create an image until the entire content is drawn and displayed, this would mean that a window will pop up on the server side for a brief moment,this is not a proper solution.Is there any alternate solution for this ?
Thanks in advance.
Prashant