1

If yes, please give a reference. I did a little googling with no result. I want to use olap4j to query the cubes and use the result in a web application. But, I don't need any of the features of bi-server. According to tutorials, the olap schemas have to be published on an instance of bi-server. So isn't it really possible to have cubes built, processed and queried independently?

Farshid Zaker
  • 1,960
  • 2
  • 22
  • 39
  • Try a pure javascript pivot table component at [webpivottable](http://webpivottable.com) . Here is the [demo](http://webpivottable.com/demo) . No plugin, no back end dependence. It connect to XMLA service directly and have MDX mode. – Sean Zhao Sep 25 '13 at 15:53

4 Answers4

3

Take a look at Saiku - this will handle the server side of mondrian for you and is built from the ground up for integration, so may be easier than using olap4j directly ( saiku itself uses olap4j of course)

Codek
  • 5,114
  • 3
  • 24
  • 38
2

Olap4j is the main programming API for Mondrian. You do not need a Pentaho BI server to use Mondrian. You should read this tutorial to get you started.

Luc
  • 672
  • 3
  • 8
1

Do you mean you just want to use API functions of mondrian.jar in java class or servlet, instead of via JSP page?

bhuang3
  • 3,493
  • 2
  • 17
  • 17
1

You can deploy the .xml file in tomcat server or saiku server and run it.

Rudra
  • 711
  • 7
  • 13
  • 31