Java Business Intelligence framework with ad-hoc web reporting? [closed]

老子叫甜甜 提交于 2019-12-22 12:27:15

问题


I need a reporting framework that supports web views with ad-hoc reporting, as well as styled, canned PDF reports.

My users will be non-power users, so I'll need to present something usable for the ad-hoc reporting.

What's the best current solution in the java world?


回答1:


There's a jasper reports plugin for grails

Not used it yet myself tho...




回答2:


Candidates are Eclipse BIRT, JasperReports (has Grails plugin), Google Chart (has a Grails plugin I think), Pentaho and possibly Flying Saucer (Grails plugin named "rendering") if you just want the PDF generation and do the reporting yourself with eg JFreeChart.

However, you probably won't find much of ad-hoc reporting in those tools and I believe it to be hard to make a generic ad-hoc tool. It's hard to give a final recommendation since they all have their strength and weaknesses.




回答3:


check out pentaho. it's open-source, free to use, but has paid support model




回答4:


Depending on the number of users you have and the amount of money you want to spend, Inetsoft's product line might work for you. It's a java web app that allows you to create simple logical data models which users can then use to create adhoc reports.

Our organization has had success with it on a small scale, but have encountered a lot of issues trying to scale it for 2000+ users.



来源:https://stackoverflow.com/questions/6144343/java-business-intelligence-framework-with-ad-hoc-web-reporting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!