This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have downloaded the jfreecharts, but I did not understand anything.
I also tried to search for lessons with regard how to use it in my jsp, I found some of the topics, but still I can't figure out.
Can you please help
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35240
7
posted
0
To get started with cewolf -which is different from JFreeChart-, work through the tutorial at http://cewolf.sourceforge.net/new/. You'll also want to download the cewolf example web app, drop that in a servlet container, and check out its various pages and their respective JSP code.
Mahmood Ali
Greenhorn
Joined: Aug 04, 2010
Posts: 11
posted
0
Sorry to say that I downloaded it and I did not capture anything.
Did you read through the tutorial? It's only 5 (short) pages.
Did you get the example web app to run? It includes the example chart from the tutorial so that you can play around with it yourself (as well as numerous other examples).
No, it's a JSP tag library. In AWT/Swing code you can use the JFreeChart API directly via the ChartFrame and ChartPanel classes. See http://faq.javaranch.com/java/JFreeChartDemo for an example.