diff --git a/doc/index.html b/doc/index.html index 905d832..39e19a0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -7,7 +7,7 @@ == This software is subject to the terms of the Eclipse Public License v1.0 == Agreement, available at the following URL: == http://www.eclipse.org/legal/epl-v10.html. - == Copyright (C) 2006-2009 Julian Hyde and others. + == Copyright (C) 2006-2011 Julian Hyde and others. == All Rights Reserved. == You must accept the terms of that agreement to use this software. --> @@ -130,8 +130,8 @@ - - + + - +
@@ -148,15 +148,15 @@ OLAP.

- Think of it like + Think of it like JDBC, but for accessing multi-dimensional data.


- olap4j is designed to be - a common API for any OLAP server, so you can write an - application on one OLAP server and easily switch it to - another. And built on that API, there will be a growing + olap4j is a common API for any OLAP server, + so you can write an + analytic application on one server and easily switch it to + another. Built on that API, there is a growing collection of tools and components.

@@ -172,19 +172,22 @@ -

Status

-

olap4j 1.0.0 was released in March 2011.


+
+

Status

+

olap4j 1.0.0 was released on April 12, 2011.


This olap4j release includes the specification, a technology compatibility kit (TCK) - and a generic XML/A driver compatible with Mondrian, SQL Server Analysis Services, Palo and SAP BW


+ and a generic XML/A driver compatible with Mondrian, SQL Server Analysis Services, Palo and SAP BW.


+

Read the press release.

Resources

Modules

@@ -193,58 +196,69 @@

Modules

  • olap4j
    Core API, Query Model, Transformation and other auxiliary packages, - along with the driver specification.


  • + along with the driver specification.
  • olap4j-xmla
    Driver implementation of olap4j for XML/A data sources. It is compatible with Mondrian, Palo, - SAP BW and SQL Server 2005+.


  • + SAP BW and SQL Server 2005+.
  • olap4j-tck
    - Technology compatibility kit. Consists mostly of JUnit tests.


  • + Technology compatibility kit. Consists mostly of JUnit tests.
  • olap4j-jdk14
    Olap4j distribution compatible with Java 1.4. Includes the core API and the XML/A driver.

-

Roadmap


+

Packages and Roadmap

-

The core API will be considered a Long Term Support (LTS) release, +

The core API of olap4j version 1.0 is a Long Term Support (LTS) release, but some parts of the olap4j project will remain considered as experimental, - thus subject to change. The LTS packages are:


+ thus subject to change in future releases. + +
Core packages
+

The core packages in olap4j-1.0 are as follows.


  • org.olap4j.driver.xmla
    - Generic XML/A driver.


  • + Generic XML/A driver.
  • org.olap4j.mdx
    - Core objects of the MDX model.


  • + Core objects of the MDX model.
  • org.olap4j.mdx.parser
    - Parser for the MDX query language.


  • + Parser for the MDX query language.
  • org.olap4j.metadata
    - Discovery of OLAP servers metadata.


  • + Discovery of OLAP servers metadata.
  • org.olap4j.type
    System for the core MDX object model and the metadata package.

-

The following parts will still be considered experimental +

Experimental packages
+

The following packages are considered experimental and are subject to change.


  • org.olap4j.query
    - Programmatic Query Model.


  • + Programmatic Query Model.
  • org.olap4j.transform
    - Core MDX object model transformation utilities.


  • + Core MDX object model transformation utilities.
  • org.olap4j.layout
    - Utility classes to display CellSets.


  • + Utility classes to display CellSets.
  • org.olap4j.CellSetListener and all associated classes
    - Event-based system for real time updates of CellSet objects.


  • + Event-based system for real time updates of CellSet objects.
  • org.olap4j.Scenario and all associated classes
    Statistical simulations module.

Get involved!

-

Join the forum, download the specification, and give us your feedback. If you are developing an OLAP server, component or - application, let's work together to make your project olap4j-compliant.


-

Drivers for mondrian and XML/A are under development; we're looking for committers to work on these drivers and drivers for other servers.

+ +

Join the + forum, + download the specification, and give us your feedback. If you are + developing an OLAP server, component or application, let's work + together to make your project olap4j-compliant.


+ +

There are olap4j drivers for mondrian and XML/A; we are looking + for committers to port the XML/A driver to new servers, and to write + native drivers for other OLAP engines.

@@ -263,30 +277,29 @@
Projects
Companies
-

Developer's resources

-
diff --git a/doc/olap4j_fs.pdf b/doc/olap4j_fs.pdf index f89d9e3..784b1d3 100644 Binary files a/doc/olap4j_fs.pdf and b/doc/olap4j_fs.pdf differ