Author: buildbot
Date: Tue May 28 09:12:23 2019
New Revision: 1045632

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    
websites/staging/olingo/trunk/content/doc/odata4/tutorials/write/tutorial_write.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 28 09:12:23 2019
@@ -1 +1 @@
-1860203
+1860206

Modified: 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/write/tutorial_write.html
==============================================================================
--- 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/write/tutorial_write.html
 (original)
+++ 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/write/tutorial_write.html
 Tue May 28 09:12:23 2019
@@ -101,7 +101,7 @@ 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>
 <h1 id="part-3-write-operations">Part 3: Write operations<a class="headerlink" 
href="#part-3-write-operations" title="Permanent link">&para;</a></h1>
 <h2 id="introduction">Introduction<a class="headerlink" href="#introduction" 
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> release which can be get via the <a 
href="/doc/odata4/download.html">Download-Page</a>).</p>
+<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 
release which can be got via the <a 
href="/doc/odata4/download.html">Download-Page</a>).</p>
 <p>In the first two tutorials (<a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Collection</a> and <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity</a>), 
we’ve learned how to build a simple OData service that supports read 
operations for collection, single entity and property.</p>
 <p>In the present tutorial, will cover the write operations, which means 
creating an entity, modifying an existing entity and deleting an existing 
entity.</p>
 <p><strong>Note</strong>
@@ -461,7 +461,7 @@ It has been based on a simple OData mode
 <ul>
 <li><a href="https://gitbox.apache.org/repos/asf/olingo-odata4";>Git 
Repository</a></li>
 <li><a href="/doc/odata4/tutorials/prerequisites/prerequisites.html">Guide - 
To fetch the tutorial sources</a></li>
-<li><a 
href="http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip";>Demo
 Service source code as zip file (contains all tutorials)</a></li>
+<li><a 
href="http://www.apache.org/dyn/closer.lua/olingo/odata4/4.6.0/DemoService_Tutorial.zip";>Demo
 Service source code as zip file (contains all tutorials)</a></li>
 </ul>
 <h3 id="further-reading">Further reading<a class="headerlink" 
href="#further-reading" title="Permanent link">&para;</a></h3>
 <ul>


Reply via email to