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.
Can you tell me a method by which i can draw a graph in JSP. which classes and methods shouldi use to acheive this, Thanks in advance bye peer
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
If you want to embed an image of a graph, check out the JFreeReport library for creating chart images, and the cewolf tag library for embedding them in web pages (both on SourceForge).
If it's actually graph as in "graph theory" that you're looking for, have a look at JGraph (also on SourceForge).