문제

I'm developping an olap web application, for the object Cube I have 2 type of import : org.olap4j.metadata.Cube or mondrian.olap.Cube. What should I use ?

도움이 되었습니까?

해결책

You should only use the olap4j interfaces. The mondrian implementations are, albeit visible publicly, subject to change without notice.

If there are methods or fields that you think should have been part of the olap4j specifications but are not accessible, I'd encourage you to report your findings to the olap4j mailing list and we'll review the proposed changes. We're currently drafting the revision 2.0, so now's the best of time to do so.

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