OLAP4J

Presentation of data from Mondrian OLAP engine + Olap4j

人盡茶涼 提交于 2019-12-05 01:08:12
问题 I'm doing a little bit of planning of an application that uses Mondrian OLAP engine with Olap4j and should present/display data to user. I understand all the back-end stuff, but I'm not sure how should I display the data in the view layer. For example olap4j has a formatter that prints the SELECT nicely into the console. How is the data that I get from olap4j displayed in view layer ? I just went through the olap4j API, and there doesn't seem to be anything for getting the result in a form

Presentation of data from Mondrian OLAP engine + Olap4j

你离开我真会死。 提交于 2019-12-03 16:13:47
I'm doing a little bit of planning of an application that uses Mondrian OLAP engine with Olap4j and should present/display data to user. I understand all the back-end stuff, but I'm not sure how should I display the data in the view layer. For example olap4j has a formatter that prints the SELECT nicely into the console. How is the data that I get from olap4j displayed in view layer ? I just went through the olap4j API, and there doesn't seem to be anything for getting the result in a form that can be somehow further processed and displayed. Is this process part of the Pentaho solution ? So

Maven错误之Missing artifact

℡╲_俬逩灬. 提交于 2019-11-26 15:08:11
Maven错误之Missing artifact 一、org.olap4j:olap4j:jar:0.9.7.309-JS-3 1.问题描述 文件头报错,错误信息如下: Missing artifact org.olap4j:olap4j:jar:0.9.7.309-JS-3 在项目中,没有找到这个jar包的坐标,就好像凭空出现的这个jar包,然后就一直报错。 2.解决方法 在网上搜索org.olap4j:olap4j:jar:0.9.7.309-JS-3,然后找到如下坐标,加入pom文件中, <dependency> <groupId>org.olap4j</groupId> <artifactId>olap4j-xmlaserver</artifactId> <version>1.2.0</version> </dependency> 保存pom文件,自动下载,错误解决! 二、com.lowagie:itext:jar:2.1.7.js4 1.问题描述 文件头报如下错误: 项目中还是没有这个jar包。 2.解决方法 在网上找到如下的jar包坐标,写入pom文件。 <dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.7.js4</version> <