• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using Jfreechart

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to ask for any snippet of code that shows the use of Jfreechart within a servlet to generate graphics such as pie charts and bar charts e.t.c.

The servlet showed be able to connect to the database to get the dataset that has to be mapped on to a graph. At the moment, the code that i have makes use of hard coded dataset tp produce a graph and now that i would want is a situation where this data is got from the database to produce similar graphics.

Your quickest rsponse will be highly appreciated.
reply
    Bookmark Topic Watch Topic
  • New Topic