【发布时间】:2019-02-08 05:47:26
【问题描述】:
birt reprot 和 struts2 的集成
这适用于 struts2、hibernate 和 Birt 查看器环境。
请提供struts 2和birtviwer集成的解决方案。
【问题讨论】:
birt reprot 和 struts2 的集成
这适用于 struts2、hibernate 和 Birt 查看器环境。
请提供struts 2和birtviwer集成的解决方案。
【问题讨论】:
BIRT 具有用于 ReportDesigner 和 ReportServices 的内置库。
我坚持,你首先要了解 BIRT 中的各个层。
基本上,您可以将这些库导入您的结构控制器并调用库 API 函数来计算逻辑、形成文档(html、pdf、图表等)并生成和显示报告。
对于 BIRT Designer,您可以在 eclipse 中安装 BIRT Report Designer Plugin。这会为您的 Eclipse 添加一个层,您可以在其中首先设计报表布局并配置数据库连接。
这个设计师,给你的.rptdesign文件。
这些 rptdesign 文件随后被 DEAPI 中的报告服务(从控制器调用)请求调用。
参考以下博客。
http://esitnikov.blogspot.com/2010/01/birt-best-practice_5227.html
【讨论】: