You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2015/09/15 17:12:59 UTC

svn commit: r965530 - in /websites/staging/olingo/trunk/content: ./ doc/odata4/tutorials/read/tutorial_read.html

Author: buildbot
Date: Tue Sep 15 15:12:58 2015
New Revision: 965530

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 Sep 15 15:12:58 2015
@@ -1 +1 @@
-1703223
+1703224

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 Sep 15 15:12:58 2015
@@ -100,8 +100,9 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="how-to-build-an-odata-service-with-olingo-v4">How to build an OData Service with Olingo V4<a class="headerlink" href="#how-to-build-an-odata-service-with-olingo-v4" title="Permanent link">&para;</a></h1>
 <h2 id="part-1-read-scenario">Part 1: Read scenario<a class="headerlink" href="#part-1-read-scenario" title="Permanent link">&para;</a></h2>
 <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</em> which can be get via the <a href="../../download.html">Download-Page</a>).</p>
-<p>The final source code result can be found in the project <a href="https://git-wip-us.apache.org/repos/asf/olingo-odata4">git repository</a>.
-A detailed description how to checkout the tutorials can be found <a href="/doc/odata4/tutorials/prerequisites/prerequisites.html">here</a>.</p>
+<p>The final source code can be found in the project <a href="https://git-wip-us.apache.org/repos/asf/olingo-odata4">git repository</a>.
+A detailed description how to checkout the tutorials can be found <a href="/doc/odata4/tutorials/prerequisites/prerequisites.html">here</a>.
+This tutorial can be found in subdirectory <em>\samples\tutorials\p1_read</em></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.
@@ -205,7 +206,7 @@ The description within this section is b
 <ul>
 <li>Groupd Id: <em>my.group.id</em></li>
 <li>Artifact Id: <em>DemoService</em></li>
-<li>Version: <em>0.0.1</em></li>
+<li>Version: <em>4.0.0</em></li>
 <li>Package: <em>myservice.mynamespace.service</em></li>
 </ul>
 <blockquote>