Help! Urgent!
I have developed a web database application using java classes, jsp and oracle. Now I want to take it one notch up by being able to view the data displayed in the screen through a line chart or a bar chart. I can go and learn awt and swing and write graph components. Before doing that I want to take a short cut and use jfreechart since it is recommended heavily in one of the java forums I was in.
I downloaded the jfreechart windows version. I downloaded the installation pdf file also. I read the readme file as well as the pdf file. I am still not sure how to go about.
I have developed my application with jrun development server. I am also using jrun as my web server.
1. Where do I put these two jar files (jcommon and jfreechart)?
2. I retrieve the resultset and load it into a vector. can I pass this vector to the jfreechart - for example - line chart component?
3. Can somebody who has gone through the same route I am trying to take, help me with this?
Sue
Using jfreechart
Re: Using jfreechart
If you want to use JSP's checkout this site:
http://sourceforge.net/projects/cewolf
This is a JSP implementation of JFreeChart.
Regards,
Navin Pathuru
http://sourceforge.net/projects/cewolf
This is a JSP implementation of JFreeChart.
Regards,
Navin Pathuru