Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top