JFreeChart+Oracle Connection

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

JFreeChart+Oracle Connection

Post by Leonard » Thu Jun 20, 2002 4:12 am

How can I do a connection between JFreeChart and Oracle database? How can I retrive the information from the database and display it on the JFreeChart chart in the servlet? Which website had provide the example and tutorial?

Bryan

Re: JFreeChart+Oracle Connection

Post by Bryan » Fri Jun 21, 2002 7:16 am

Leonard

Check out the servlets examples and JCommon JDBCDataset classes

Bryan

Locked