JFreeChart as an applet/servlet

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jim Kallenborn

JFreeChart as an applet/servlet

Post by Jim Kallenborn » Wed Oct 11, 2000 1:35 pm

I just in the early stages of getting JFreeChart working as an applet and am interested in understanding how it might work in a servlet. If anyone else out there is working in the same direction I'd like to exchange ideas with you. Thanks. jim kallenborn USDOL/OSHA 202-693-1884

Sandeep

RE: JFreeChart as an applet/servlet

Post by Sandeep » Thu Nov 02, 2000 11:33 pm

I have left a message on your phone.
I want to use Jfreechart as an applet and the data should come from servlet.
It should be in a request-response type.
If the array is passed with the response data then how do I refresh the graph dynamically.
One way is that I only send the new-data and let the applet displays it in proper way.
Are you able to convert the chart in applet code?

-Sandeep

Locked