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.
分享到:
- 2009-11-02 16:39
- 浏览 2669
- 评论(0)
- 论坛回复 / 浏览 (0 / 1627)
- 查看更多
相关推荐
官方发布的 struts2-jasperreport-plugin-2.1.6存在以下问题: 1、普通报表HTML、Excel格式浏览存在px图片无法显示; 2、解决问题:图形报表一次请求返回多张时存在报表覆盖异常现象; 3、支持数据源单一(改造后支持...
修改后的struts2-jasperreports-plugin-2.1.8.1.jar 避免struts2 JasperReport 导出CSV、HTML乱码
官方的struts2-jasperreport-plugin-2.1.6.jar,分享于有需要的朋友~~
adjust2.1是adjust2.0的改良; adjust2.0解决了三个问题:1、普通报表HTML及Excel格式预览px图片无法显示;2、图形报表HTML格式预览无法显示;3、图形报表一次请求返回多张时存在报表覆盖异常现象; adjust2.1是针对...
在原有官方struts2-jasperreport-plugin-2.1.6.jar的基础上解决了三个问题:一是普通报表HTML及Excel格式预览无法显示px图片;一是图形报表无法HTML格式预览;一是图形报表一次请求返回多张时存在报表覆盖异常现象;
在官方struts2-jasperreport-plugin-2.1.6基础上,解决问题有二:一是普通报表HTML及Excel格式预览无法显示px图片,二是图形报表HTML格式无法展示;分享于有需要的朋友~~
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 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是一个流行的Java Web应用程序框架,用于构建...总的来说,这些库文件构成了Struts2集成JasperReport的基础,使得开发者可以在Web应用中轻松地创建和展现丰富的报表,同时利用Struts2的强大功能进行交互和控制。
在整合Struts2和JasperReport时,我们需要一些特定的jar包来确保两者能正确通信和协同工作。这些jar包通常包含了Struts2的核心组件、JasperReport库以及它们的依赖。下面,我们将详细讨论整合过程中可能用到的关键...
在本文中,我们将深入探讨如何整合Struts2框架与JasperReport3来创建动态报表,并利用iReport工具进行报表设计。Struts2是一个流行的Java Web应用程序框架,它提供了MVC(模型-视图-控制器)架构,而JasperReport则...
jasperReport生成饼图等图片时,如果有图片,则html页面显示不了,本包修改了源码,解决了html格式输出图片的正常显示。
Struts2.1和JasperReport的整合是Java Web开发中的一个重要话题,它涉及到Web应用程序的MVC(模型-视图-控制器)架构和数据报告的生成。Struts2.1是一个强大的MVC框架,而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是Java开发中两个重要的框架,它们在企业级应用开发中扮演着关键角色。Struts2是一个强大的MVC框架,用于构建动态、数据驱动的Web应用程序,而JasperReport则是一个开源的报表工具,可以生成...
Struts2和JasperReport的整合是Web应用程序中创建动态报表的一种常见方法。JasperReport是一个功能强大的开源报表引擎,允许开发人员通过iReports这样的设计工具以可视化的形式创建复杂的报表模板。Struts2,作为一...
Struts2的jar包包括struts2-core、struts2-convention-plugin等,JasperReport的jar包主要有jasperreports、jasperreport-fonts等。 2. **创建报表**:使用JasperReport的报表设计工具iReport或直接编写JRXML文件来...
12. **插件机制**: Struts2具有强大的插件扩展性,例如Freemarker、Tiles、JasperReport等,可以轻松集成到Struts2项目中。 以上只是Struts2框架中的一部分核心概念和API,实际的`struts2-API.chm`文档会包含更多...