如何在jsp+servlet中作统计表格和图形显示
刚接了一个项目,要求对销售数据作统计分析,比如,根据输入某一类商品统计从上月25到这月26日的销售额,以表格或图形显示(曲线或饼图),请各位大虾指点,高分送上!
急!!!
问题点数:100、回复次数:3Top
1 楼flyycyu(fly)回复于 2003-09-04 14:28:13 得分 5
open source的,你可以用jfreechart
当然商业的也有很多,比如crystal reportsTop
2 楼mtou(逆风)回复于 2003-09-04 14:34:52 得分 90
用jfreechart
http://www.jfree.org/jfreechart/
Resources
Download the code that accompanies this article:
http://www.javaworld.com/javaworld/jw-12-2002/opensource/jw-1227-opensourceprofile.zip
The JFreeChart homepage:
http://www.object-refinery.com/jfreechart
jCharts is an open source alternative to JFreeChart:
http://jcharts.sourceforge.net
For more open source tools, browse Erik Swenson's Open Source Profile columns:
http://www.javaworld.com/columns/jw-opensource-index.shtml
Browse the Development Tools section of JavaWorld's Topical Index:
http://www.javaworld.com/channel_content/jw-tools-index.shtml
Chat about Java development in the JavaWorld Forum:
http://forums.devworld.com/webx?13@@.ee6b802
Sign up for JavaWorld's free weekly email newsletters:
http://www.javaworld.com/subscribe
Top
3 楼ticlej(ticlej)回复于 2003-09-04 14:56:26 得分 5
如果有钱并且项目大的话用crystal reports是个不错的选择;
当然你也可以自己写程序,可以参考一下open source的项目;
一般都是通过applet实现的。也就是把数据传入到applet里,然后有applet负责显示及打印等。但比较复杂。Top




