Integrating Pentaho Reporting web frontend with custom Java/JSF application

老子叫甜甜 提交于 2019-12-06 06:08:45

As Adam says if you have OLAP you can use Jpivot - or better use Saiku. Saiku makes it ridiculously easy to develop your own front end, and is all REST based. It does come with a UI but you dont have to use it as the server is separated.

Adam

There is currently no JSF component that displays an OLAP table from a mondrian backend, but you can use JPivot, it is a JSP custom tag library.

If you end up creating your own UI you can use the olap4j API, (see my other answer here on how to do that). It is not so hard, the API supports the basic transformations, v1.0 is promised to be released soon.

Well, if you are happy with ordinary HTTP calls instead of JSF provided from Pentaho then you could interface JPivot or the reporting side of pentaho without any problems, as all functionalities are reachable via plain URLs. (Just double-click on the tab to see the URL).

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