| Author |
cewolf with database sample code
|
Alvin chew
Ranch Hand
Joined: Jan 08, 2004
Posts: 834
|
|
|
hi, is there anyone using cewolf for charting? i have no idea on how cewolf been use together with database ? can somebody share some sample or ideas? thank you very much
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Alvin, I've used JFreeChart (which cewolf) is based on. Both are frameworks for creating charts in Java. You get the data from the database through JDBC, just like you would for any web application. After storing that data somewhere appropriate (like in the HttpRequest), you call the framework to draw the chart. If you have more questions about JDBC, post them here. If this question is more about cewolf, let me know and we can move this to the JSP forum.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: cewolf with database sample code
|
|
|