UNPKG

xmla4js

Version:

Javascript interface for XML for Analysis

89 lines (85 loc) 4.53 kB
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Copyright 2009, 2010, 2011 Roland Bouman (Roland.Bouman@gmail.com, http://rpbouman.blogspot.com/, http://code.google.com/p/xmla4js) Twitter: @rolandbouman index.html - this documentation is part of xmla4js This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Xmla4js - Home</title> <link rel="stylesheet" type="text/css" href="css/default.css"/> </head> <body> <div> <b>Home</b> | <a href="doc/Installation.html">Installation</a> | <a href="https://github.com/rpbouman/xmla4js">Xmla4js on Github</a> | <a href="samples/index.html">Samples</a> | <a href="doc/api/index.html">API Reference Documentation</a> </div> <h1>OLAP &amp; Analysis for Web Applications</h1> <p> Welcome to your xmla4js homepage! </p> <p> Xmla4js is a standalone cross-browser javascript library that provides basic <a href="http://en.wikipedia.org/wiki/XML_for_Analysis" target="wp">XML for Analysis</a> (XML/A) capabilities, allowing webdevelopers to access data and metadata from <a href="http://en.wikipedia.org/wiki/OLAP" target="wp">OLAP</a> providers for use in rich web applications. </p> <p> XML/A is an industry standard for communicating with OLAP servers. It defines a <a href="http://en.wikipedia.org/wiki/SOAP" target="wp">SOAP</a> webservice that allows clients to obtain metadata and to execute OLAP queries using the <a href="http://en.wikipedia.org/wiki/Multidimensional_Expressions" target="wp">multi-dimensional expressions</a> (MDX) language using HTTP as the underlying transport protocol. </p> <p> To start using xmla4js, please go to the <a href="http://code.google.com/p/xmla4js/" target="gc">google code project page</a>, and read how to setup xmla4js here: <a href="http://code.google.com/p/xmla4js/wiki/InstallingAndUsing" target="gc">http://code.google.com/p/xmla4js/wiki/InstallingAndUsing</a>. </p> <h2>Samples</h2> <p> After setting up xmla4js on your system, you can start using <a href="samples/index.html">the samples</a>. </p> <h2>API Reference Documentation</h2> <p> Xmla4js provides <a href="doc/api/index.html">API Reference documentation</a> in the HTML format, prepared with the <a href="http://developer.yahoo.com/yui/yuidoc/">YUI Doc</a> system. </p> <h2>Links and Resources</h2> <p> <dl> <dt>XML/A specification</dt> <dd> <ul> <li><a href="http://xmla.org/xmla1.1.doc" target="xmla">MS Word format</a></li> <li><a href="http://code.google.com/p/xmla4js/source/browse/trunk/doc/xmla1.1%20specification/xmla1.1.odt" target="xmla4js">open document format</a></li> <li><a href="http://code.google.com/p/xmla4js/source/browse/trunk/doc/xmla1.1%20specification/xmla1.1.pdf" target="xmla4js">portable document format</a></li> </ul> </dd> <dt>Microsoft XML for Analysis documentation</dt> <dd> <a href="http://msdn.microsoft.com/en-us/library/ms187178(SQL.90).aspx">http://msdn.microsoft.com/en-us/library/ms187178(SQL.90).aspx</a> </dd> </dl> </p> </body> </html>