Author: buildbot
Date: Tue May 5 13:31:08 2015
New Revision: 950164
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 5 13:31:08 2015
@@ -1 +1 @@
-1677814
+1677822
Modified:
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
==============================================================================
---
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
(original)
+++
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
Tue May 5 13:31:08 2015
@@ -88,6 +88,7 @@
</div><!--/.container-fluid -->
</div><!-- Main component for a primary marketing message or call to
action --><h1 id="how-to-build-an-odata-service-with-olingo-v4">How to build an
OData Service with Olingo V4</h1>
<p>This tutorial guides you through the steps required to write an OData
Service based on the Olingo OData 4.0 Library for Java (based on current
<em>Olingo 4.0.0-beta-02 release</em> which can be get via the <a
href="../../download.html">Download-Page</a>).</p>
+<p>The final result can be download <a
href="sample/DemoService_Tutorial_Read.zip">here</a> (<a
href="sample/DemoService_Tutorial_Read.zip.md5">md5</a>, <a
href="sample/DemoService_Tutorial_Read.zip.sha512">sha512</a>, <a
href="sample/DemoService_Tutorial_Read.zip.asc">pgp</a>).</p>
<p>We will create a Web Application and deploy it on a local Tomcat server.
Afterwards, the OData service can be invoked from a browser and it will
provide the data according to the OData V4 specification.
This tutorial is kept as simple as possible, in order to fully concentrate on
the implementation of the service.