문제

I need to develop OLAP Reporting in my java web application. Which third party tool will suite the requirement.

  1. I should deploy in my own server like tomcat or jboss
  2. Open source or demo versions

i can find Pentaho, it is quit challenging to deploy it in my jboss, Pentaho tells me that my webpages source as war should be deployed in its own BI Server, to get integrated.

Please correct me if i was misunderstood.

도움이 되었습니까?

해결책

If you just want OLAP then i strongly recommend looking at Saiku. Under the hood it's all mondrian/Pentaho technology, but has a very clever server element, rest API's and a great UI.

다른 팁

If you have your OLAP server setup already and expose as XMLA service, you can try use a pure javascript UI to pivot your OLAP cubes and create reports at webpivottable

It sits on client side and not dependent to any backend.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top