2010 年中小型 Web 应用程序应使用哪种 Java 报告工具
我们有一个网络应用程序,其中包含一些表单,并与移动应用程序进行了一些集成。我们将根据表格和移动应用程序中收集的数据生成报告。考虑到它们现在的成熟程度以及几年后的成熟程度,我们应该选择哪种工具?
我们是非营利组织,因此费用越少越好。据我所知,JasperReports、Pentaho 和 BIRT 是领先的竞争者,但是我们还应该考虑其他解决方案吗?在缩小解决方案范围时应保留哪些因素?
如您所知,我们希望工具能够在 Windows 上开发并可在 Linux 上部署。此外,Web 应用程序是使用 GWT 构建的。
谢谢你,
We have a web app with a few forms and some integration with mobile apps. We will be producing reports from the data collected in the forms and the mobile apps. which tool should we choose given how mature they are today as well as how mature they will be in a years time ?
We are a NON-PROFIT so the lesser the expense, the better. I understand that JasperReports, Pentaho and BIRT are the leading contenders but are there other solutions that we should look at ? What factors should be kept while narrowing on the solution ?
Just so you know, we would like tool to be developed on Windows and deployable on Linux. Also, the webapp has been built using GWT.
Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能是这个问题的重复,顺便说一句......
但无论如何,这是我从那里复制的诚实(但有偏见)的答案:
i-net Clear Reports< /a>(以前称为 i-net Crystal-Clear)
[全面披露:是的,我为 i 工作-net软件。但这仍然是我对这个问题的诚实(尽管主观且有偏见)的回答。 ;)]
Might be a duplicate of this question, BTW...
But anyways, here's my honest (yet biased) answer copied from there:
i-net Clear Reports (used to be called i-net Crystal-Clear)
[full disclosure: Yes, I work for i-net software. But it's still my honest (though subjective and biased) answer to the question. ;)]
除了 BIRT 和 i-net Clear 之外,您还会发现一个很棒的 2011 年风格的现代工具,名为 iReport< /strong>,这是一个位于 Jasper Reports 之上的完美报表设计器。
iReport 是 JasperReports 的免费开源报表设计器。创建包含图表、图像、子报表、交叉表等的非常复杂的布局。通过 JDBC、TableModels、JavaBeans、XML、Hibernate、CSV 和自定义源访问您的数据。然后将报告发布为 PDF、RTF、XML、XLS、CSV、HTML、XHTML、文本、DOCX 或 OpenOffice。
Beside BIRT and i-net Clear you will find a great modern 2011-ish tool called iReport, which is a perfect report designer that sits on top of Jasper Reports.
iReport is the free, open source report designer for JasperReports. Create very sophisticated layouts containing charts, images, subreports, crosstabs and much more. Access your data through JDBC, TableModels, JavaBeans, XML, Hibernate, CSV, and custom sources. Then publish your reports as PDF, RTF, XML, XLS, CSV, HTML, XHTML, text, DOCX, or OpenOffice.