jfreechart in web

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

jfreechart in web

Post by avaj » Mon Jan 14, 2002 8:57 am

Hello.

Can guide me using JFreeChart in webpages. What will be the preferred way? will I use it as an applet or as a servlet? I am using tomcat4 for my server. Do I need additional configuration for this? I would want my chart data to be dynamic in such a way that the data will be coming from the DB for evertime a user will access the page.

Id appreciate if you would reply ASAP.

Thanks.

Michiel

RE: jfreechart in web

Post by Michiel » Thu Jan 17, 2002 5:19 pm

See
ftp://www.jrefinery.com/pub/jfreechart/ ... -0.5.6.war

for a servler solution (eg tomcat4.0). It's based on old 0.5.6 code so you have to change the java code a bit for 7.0 or get the old version.

Normal tomcat conf. apply to get it running :-)


Michiel

Locked