PIE CHART APPLET??

Hi '
I need to create a Java applet which displays piechart taking values from a web server. Can some body suggest how to go about.I am pretty new to Java programming.
Thanx in advance
[207 byte] By [developer-network] at [2007-11-15 19:13:01]
# 1 Re: PIE CHART APPLET??
One way is ...

A CGI or Servlet on the server side to pass values from the server to applet.

The work of the CGI will be to supply values (in text format) as the response.

And the pie-chart applet will POST request to the CGI using 'URL' class, and receive the response from the server (which is pie-chart applet values). Then parse the response, and show the pie-chart with those values in the browser!

- UnicMan
http://members.tripod.com/unicman
unicman at 2007-11-10 3:01:38 >