Servlet code

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

Servlet code

Post by Ian » Fri Feb 07, 2003 1:12 am

Hi all,
Got everything working fine chart demo and servlet demo created a piechart ok. Does any body have any sample code on how to create a servlet showing a pie chart, to get me started on servlets.

Much appreciated
Ian

David Gilbert

Re: Servlet code

Post by David Gilbert » Fri Feb 07, 2003 1:07 pm

Hi Ian,

There's a brief introduction to servlets in the JFreeChart Developer Guide. It has a small example showing how to return a chart embedded in an HTML page.

A bigger demo (written by Bryan Scott) is available on the project page at SourceForge - it is for a slightly older version of JFreeChart, but the principles haven't changed:

http://sourceforge.net/projects/jfreechart

Hope that helps,

Dave Gilbert

Locked