`

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.

分享到:
评论

相关推荐

    struts2-jasperreport-plugin-2.1.6.1

    官方发布的 struts2-jasperreport-plugin-2.1.6存在以下问题: 1、普通报表HTML、Excel格式浏览存在px图片无法显示; 2、解决问题:图形报表一次请求返回多张时存在报表覆盖异常现象; 3、支持数据源单一(改造后支持...

    struts2-jasperreports-plugin-2.1.8.1.jar

    修改后的struts2-jasperreports-plugin-2.1.8.1.jar 避免struts2 JasperReport 导出CSV、HTML乱码

    struts2-jasperreport-plugin-2.1.6

    官方的struts2-jasperreport-plugin-2.1.6.jar,分享于有需要的朋友~~

    struts2-jasperreport-plugin-adjust2.1

    adjust2.1是adjust2.0的改良; adjust2.0解决了三个问题:1、普通报表HTML及Excel格式预览px图片无法显示;2、图形报表HTML格式预览无法显示;3、图形报表一次请求返回多张时存在报表覆盖异常现象; adjust2.1是针对...

    struts2-jasperreport-plugin-2.1.6-adjust2.0

    在原有官方struts2-jasperreport-plugin-2.1.6.jar的基础上解决了三个问题:一是普通报表HTML及Excel格式预览无法显示px图片;一是图形报表无法HTML格式预览;一是图形报表一次请求返回多张时存在报表覆盖异常现象;

    struts2-jasperreport-plugin-2.1.6-adjust1.0

    在官方struts2-jasperreport-plugin-2.1.6基础上,解决问题有二:一是普通报表HTML及Excel格式预览无法显示px图片,二是图形报表HTML格式无法展示;分享于有需要的朋友~~

    JasperReport整合Struts2所用jar包 iTextAsian.jar sqljdbc4.jar

    asm-2.2.jar commons-collections-2.1.1.jar commons-digester-1.7.jar commons-fileupload-1.2.1.jar commons-logging-1.0.4....struts2-jasperreports-plugin-2.1.8.1.jar xwork-core-2.1.6.jar iTextAsianCmaps.jar

    JasperReport Struts2 整合所需完整jar

    JasperReport Struts2 web 整合所需完整jar ant-1.7.1.jar antlr-2.7.5.jar asm.jar bsh-2.0b4.jar cglib-2.1.jar commons-beanutils-1.7.0.jar commons-beanutils-1.7.jar commons-collections-2.1.jar commons-...

    struts2-jasperreports-plugin-2.0.6.jar

    struts2-jasperreports-plugin-2.0.6.jar

    Struts2集成jasperreport3.7.1所需的Jar包

    Struts2是一个流行的Java Web应用程序框架,用于构建...总的来说,这些库文件构成了Struts2集成JasperReport的基础,使得开发者可以在Web应用中轻松地创建和展现丰富的报表,同时利用Struts2的强大功能进行交互和控制。

    Struts2整合JasperReport所需要的jar包

    在整合Struts2和JasperReport时,我们需要一些特定的jar包来确保两者能正确通信和协同工作。这些jar包通常包含了Struts2的核心组件、JasperReport库以及它们的依赖。下面,我们将详细讨论整合过程中可能用到的关键...

    struts2整合jasperreport

    在本文中,我们将深入探讨如何整合Struts2框架与JasperReport3来创建动态报表,并利用iReport工具进行报表设计。Struts2是一个流行的Java Web应用程序框架,它提供了MVC(模型-视图-控制器)架构,而JasperReport则...

    struts2-jasperreports-plugin-2.1.6.jar 修改了html格式图片无法显示

    jasperReport生成饼图等图片时,如果有图片,则html页面显示不了,本包修改了源码,解决了html格式输出图片的正常显示。

    整合Struts2.1+jasperreport

    Struts2.1和JasperReport的整合是Java Web开发中的一个重要话题,它涉及到Web应用程序的MVC(模型-视图-控制器)架构和数据报告的生成。Struts2.1是一个强大的MVC框架,而JasperReport则是一个用于创建复杂报表的...

    jasperreport的操作步骤

    - struts2-jasperreports-plugin-2.1.8.1.jar:Struts2与JasperReport集成插件。 - struts2-json-plugin-2.1.8.1.jar:Struts2的JSON插件。 - struts2-junit-plugin-2.1.8.1.jar:Struts2的JUnit测试插件。 #### ...

    Struts2_JasperReport整合的例子

    Struts2和JasperReport是Java开发中两个重要的框架,它们在企业级应用开发中扮演着关键角色。Struts2是一个强大的MVC框架,用于构建动态、数据驱动的Web应用程序,而JasperReport则是一个开源的报表工具,可以生成...

    Struts2+JasperReport报表应用

    Struts2和JasperReport的整合是Web应用程序中创建动态报表的一种常见方法。JasperReport是一个功能强大的开源报表引擎,允许开发人员通过iReports这样的设计工具以可视化的形式创建复杂的报表模板。Struts2,作为一...

    Struts2与jasperReport简单示例

    Struts2的jar包包括struts2-core、struts2-convention-plugin等,JasperReport的jar包主要有jasperreports、jasperreport-fonts等。 2. **创建报表**:使用JasperReport的报表设计工具iReport或直接编写JRXML文件来...

    struts2-API.rar

    12. **插件机制**: Struts2具有强大的插件扩展性,例如Freemarker、Tiles、JasperReport等,可以轻松集成到Struts2项目中。 以上只是Struts2框架中的一部分核心概念和API,实际的`struts2-API.chm`文档会包含更多...

Global site tag (gtag.js) - Google Analytics