Servlet output to applet

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

Servlet output to applet

Post by Artemis » Wed Feb 05, 2003 7:43 am

Hi,

I want to build a time-series chart based on user's request,
so I've created a html form which then calls the servlet to get the data from the database. The servlet then output the corresponding PNG image.

It works fine for me up to this point,
but because there are numerous data in my db, so I want the servlet to output the chart in an applet with the horizontal scrollers.
Is it possible to do so ?
or is there another way to do instead of using an applet ?

Please give me some advice in either way.

Much Thanks again

Artemis

Locked