The moose likes Servlets and the fly likes What class should I use for presenting data graphically Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "What class should I use for presenting data graphically" Watch "What class should I use for presenting data graphically" New topic
Author

What class should I use for presenting data graphically

June Muh
Greenhorn

Joined: Jun 22, 2002
Posts: 4
Hi, All
I am doing a project about making dynamic reports, which involve extracting data from SQL Server, and presenting that grapically (in various 2D forms) on the website, so that different user login can see their personal report?
As a java learner, I get quite overwhelmed by the rich API libery, can any one give some hint where should I look at? Thank you!!!
Kyle Brown
author
Ranch Hand

Joined: Aug 10, 2001
Posts: 3879
You'll probably get more help in the Servlet forum. I'm moving this thread there.
Kyle Brown


Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
Juanjo Bazan
Ranch Hand

Joined: Feb 04, 2002
Posts: 231
Take a look at this library:
http://www.object-refinery.com/jfreechart/
hth
 
I agree. Here's the link: http://jrebel.com/download
 
subject: What class should I use for presenting data graphically
 
Similar Threads
Whizlab Question?
Passing some hidden Data with the CheckBox
Multiple page fields in a single form
JSP in MVC architecture
Question for Kevin