Skip to content

Commit

Permalink
Add details of olap4j version 2.0 to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Jun 2, 2013
1 parent d242d19 commit af8c7b0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@ The following packages are considered experimental and are subject to change:
* <a href="http://www.olap4j.org/api/org/olap4j/CellSetListener.html">org.olap4j.CellSetListener</a> and all associated classes - Event-based system for real time updates of CellSet objects.
* <a href="http://www.olap4j.org/api/org/olap4j/Scenario.html">org.olap4j.Scenario</a> and all associated classes - Statistical simulations module.

### Version 2.0

Olap4j version 2.0 is currently under development. Goals are:
* Support metadata and API changes in recent SSAS (Microsoft SQL Server Analysis Services) and XMLA (XML for Analysis)
* Support metadata and API changes in Mondrian version 4

We aim to be backwards compatible in the same way that each JDBC release is backwards compatible:
* Applications developed against earlier versions will work against 2
* Drivers supporting version 2 will also serve as 1.x drivers (JDBC version 4 broke this rule, and it was painful for driver developers)
* Some work will be required to convert a version 1.x driver to a version 2 driver

Version 2 specification is <a href="olap4j_version_2_specification.md">here</a>.

## More information ##

General project information:
Expand All @@ -117,4 +130,4 @@ Related projects:
If you have downloaded a release:
* <a href="README.txt">README.txt</a> describes the release structure.
* <a href="CHANGES.txt">CHANGES.txt</a> describes what has changed in the release.
* The VERSION.txt file holds the version number of the release.
* The VERSION.txt file holds the version number of the release.

0 comments on commit af8c7b0

Please sign in to comment.