Demo Servlet

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

Demo Servlet

Post by Hari Pandalai » Wed Feb 19, 2003 11:04 am

I bought the JFreeChart documentation and I was able to get it working standalone. But now I am trying to get it working thru servlet/jsp so my clients can browse the pages. In the servlet demo example given I looked at web.xml file. It says there are 3 servlets. ServletDemo1, ServletDemo2 and ServletDemo2ChartGenerator. I wasn't able to find ServletDemo2ChartGenerator. Where can I get it from? Any help would be greatly appreciated.

David Gilbert

Re: Demo Servlet

Post by David Gilbert » Wed Feb 19, 2003 12:59 pm

Hi Hari,

All the source code for the servlet demo is included in the jfreechart-0.9.6-premium-demos.zip file that you can download from the same link as the documentation.

Regards,

Dave Gilbert

Locked