Article in the previous blog is about the struts2' plugin of jfreechart, and now I want to share another my source code which fixes the bugs and extends the functions,it is struts2-jasperreport-plugin-2.1.6.(It's named struts2-jasperreport-plugin-2.1.6.1 by me).
Brief introduction::fix bugs:
* 1>solve common report undisplay the picture px in the format of html;
* 2>solve chart report undisplay the result in the format of both html and excel;
* 3>solve chart report will be covered with each other when returning more than one report during one request;
* 4>solve singularity datasource for report,
* (now support all datasource that supported by jasper,
* and directly support the java.sql.ResultSet datasource);
The details about above,please download the source code from the appurtenance.Mainly look at the JasperReportsResult.java,and if you want to know more about it in chines,please visit http://redsnow-fenglin.iteye.com/blog/464213 , http://redsnow-fenglin.iteye.com/blog/461927 and http://redsnow-fenglin.iteye.com/blog/453063.
Tips:for struts2-jasperreport-plugin-2.1.6.1,I change the code derectly,but for struts2-jfreechart-plugin-2.1.8.1,I extend it for changeing.I suggest you should adopt the later method,because it could keep the original modle created by the primal author.
本文介绍了一个改进版的Struts2-JasperReport插件,版本号为2.1.6.1,该插件修复了多个已知问题,并增强了功能,包括解决图片在HTML报告中不显示的问题、图表报告在HTML和Excel格式下无法正常显示的问题等。新增支持多种数据源,尤其是直接支持java.sql.ResultSet数据源。
925

被折叠的 条评论
为什么被折叠?



