jdbc Servlet demo

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Hans-Jurgen Greiner

jdbc Servlet demo

Post by Hans-Jurgen Greiner » Sun Mar 31, 2002 6:33 am

David,

I have been going through some code and revolving around
package com.jrefinery.chart.demo.jdbc.servlet
And noticed did I do not have a jar file containing the following imports
import org.apache.batik.dom.GenericDOMImplementation;
import org.apache.batik.svggen.*;

Do have one, you can send or post on the site?

Thank you
Hans

David Gilbert

Re: jdbc Servlet demo

Post by David Gilbert » Sun Mar 31, 2002 7:35 pm

Hi Hans,

You can download the Batik stuff from:

http://xml.apache.org/batik/index.html

When I packaged up 0.8.0, I didn't notice the dependency in the JDBC/servlet demo code...I'll make a note of it in the README for the next version.

Regards,

DG.

Hans-Jurgen Greiner

Re: jdbc Servlet demo

Post by Hans-Jurgen Greiner » Tue Apr 02, 2002 3:43 am

Thanks David.

Hans

Locked