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.
The moose likes Struts and the fly likes Charting in Struts application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Charting in Struts application" Watch "Charting in Struts application" New topic
Author

Charting in Struts application

roseline ruba
Greenhorn

Joined: Mar 21, 2007
Posts: 20
I'm trying to use JFreeChart in my struts application. But i didnt get any help documents for using Jfreechart in struts application. Please let me know the details of the integration of jfreechart with struts application.

And I need the following features in my chart.
1. Dynamic refreshing rate.
2. Zooming
3. legend
4. tool tip
5. Scrollbars


Thanks in advance..


Roseline
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35247
    
    7
I don't think there's anything in particular in Struts for using JFreeChart. An easy way to place charts in a JSP page is the cewolf tag library, which has a a tutorial on its web site. There's also extensive documentation and source examples available from the author of JFreeChart for something like $50.


Android appsImageJ pluginsJava web charts
Joachim Rohde
Ranch Hand

Joined: Nov 27, 2006
Posts: 423

Struts2 offers you a plugin for using JFreeChart ( http://struts.apache.org/2.x/docs/jfreechart-plugin.html )
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Charting in Struts application
 
Similar Threads
graph in jsp using data from database
JFreeChart
Regarding JFreeChart Chapter in the Portlet BOOK
RogueWave charts and graphs in swing applications
how to intergate the jfreechart into the struts?