opensource for struts2-jasperreport-plugin-2.1.6.1

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.

你可能感兴趣的:(sql,Blog,jfreechart,Excel,OpenSource)