Search found 3 matches

by dand
Mon Jan 05, 2009 11:18 pm
Forum: JFreeChart
Topic: Getting the data from the dataset
Replies: 1
Views: 2497

Getting the data from the dataset

I have this code stanza to parse the data from an xml file. ... ins = new FileInputStream(new File(fileName)); parser.parse(ins, handler); CategoryDataset bwDataset = handler.getDataset(); ... Two questions: 1) I don't want to parse the file again, can I some how loop through the CategoryDataset and...
by dand
Sat Nov 29, 2008 3:31 pm
Forum: JFreeChart
Topic: JSF Chart Creator & Radar Chart
Replies: 2
Views: 4077

I basically have a same issue. I'm new with all this (JSF, JFreeChart, ChartCreator...) so may be too naive in the thinking. However, it would be nice if we have a JSF tag that works as follows: <c:chart id="chart1" img="#{SomeClass.aChart}"> And in my backing bean: JFreeChart aChart; JFreeChart get...
by dand
Fri Nov 28, 2008 4:20 am
Forum: JFreeChart
Topic: JSF and JFreeChart
Replies: 0
Views: 2615

JSF and JFreeChart

I'm new to the forum so pardon me if the question has been asked (if it had been answered please point me to the right thread). Our web application uses JSF. The application needs to display few graphs which data come from database. We checked and JFreeChart is the library that we'll use. We also se...