Author: buildbot
Date: Wed May 27 18:43:23 2015
New Revision: 952904

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
    
websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
    
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 Wed May 27 18:43:23 2015
@@ -1 +1 @@
-1681969
+1682097

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
 Wed May 27 18:43:23 2015
@@ -88,7 +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-03 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="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>here</a>
 (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</p>
+<p>The final result can be download <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>here</a>
 (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/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.
@@ -896,13 +896,13 @@ If you face problems related to the serv
 <h1 id="6-summary">6. Summary</h1>
 <p>Finally, we have created our first OData service based on the V4 version of 
the OData specification and using the V4 server library provided by 
<em>Olingo</em>.<br />
 Our first OData service is very simple; it only allows invoking one entity 
collection, apart from the service document and the metadata document.</p>
-<p>The project as final result can be download <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>here</a>
 (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</p>
+<p>The project as final result can be download <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>here</a>
 (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</p>
 <p><strong>Outlook</strong></p>
 <p>Further topics to be covered by follow-up tutorials:  </p>
 <ul>
-<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection 
(this page)</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>sample
 project</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</li>
-<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property</a> | <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_ReadEp.zip">sample
 project zip</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.asc";>pgp</a>)
  </li>
-<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)</a> | <a 
href="/doc/odata4/tutorials/write/sample/DemoService_Tutorial_Write.zip">sample 
project zip</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.asc";>pgp</a>)
  </li>
+<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection 
(this page)</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>sample
 project</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</li>
+<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip";>sample
 project zip</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.asc";>pgp</a>)
  </li>
+<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip";>sample
 project zip</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.asc";>pgp</a>)
  </li>
 <li>Tutorial OData V4 service part 4: <a href="...">Navigation - (To Be 
Announced)</a>  </li>
 </ul>
 <p><strong>Further reading</strong></p>

Modified: 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
==============================================================================
--- 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
 (original)
+++ 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
 Wed May 27 18:43:23 2015
@@ -97,7 +97,7 @@ These 2 topics will be covered in the pr
 <p>Note that this tutorial doesn’t cover modifying operations like create, 
update and delete.
 Such operations will be the focus of the Olingo V4 tutorial no. 3</p>
 <p><strong>Note</strong><br />
-The full implementation of the OData service as described in the present 
tutorial can be found in the <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip";>attached
 zip file</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.asc";>pgp</a>)
 that contains an Eclipse project that can be imported into your Eclipse 
workspace.</p>
+The full implementation of the OData service as described in the present 
tutorial can be found in the <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip";>attached
 zip file</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.asc";>pgp</a>)
 that contains an Eclipse project that can be imported into your Eclipse 
workspace.</p>
 <p><strong>Disclaimer</strong><br />
 Again, in the present tutorial, We will focus only on the relevant 
implementation, in order to keep the code small and simple.
 The sample code shouldn't be reused for advanced scenarios.</p>
@@ -793,9 +793,9 @@ It has been based on a simple OData mode
 <hr />
 <h1 id="6-links">6. Links</h1>
 <ul>
-<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection</a> 
| <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>sample
 project</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</li>
-<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property (this page)</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip";>sample
 project zip</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.asc";>pgp</a>)
  </li>
-<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)</a> | <a 
href="/doc/odata4/tutorials/write/sample/DemoService_Tutorial_Write.zip">sample 
project zip</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.asc";>pgp</a>)
  </li>
+<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection</a> 
| <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>sample
 project</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</li>
+<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property (this page)</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip";>sample
 project zip</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.asc";>pgp</a>)
  </li>
+<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip";>sample
 project zip</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.asc";>pgp</a>)
  </li>
 </ul>
 <p>OData specification: <a href="http://odata.org/";>http://odata.org/</a><br />
 Olingo Javadoc: <a 
href="/javadoc/odata4/index.html">http://olingo.apache.org/javadoc/odata4/index.html</a></p><div
 align="center">

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
 Wed May 27 18:43:23 2015
@@ -93,7 +93,7 @@
 <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>
-The full implementation of the OData service as described in the present 
tutorial can be found in the <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip";>attached
 zip file</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.asc";>pgp</a>)
 that contains an Eclipse project that can be imported into your Eclipse 
workspace.</p>
+The full implementation of the OData service as described in the present 
tutorial can be found in the <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip";>attached
 zip file</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.asc";>pgp</a>)
 that contains an Eclipse project that can be imported into your Eclipse 
workspace.</p>
 <p><strong>Disclaimer</strong>
 Again, in the present tutorial, will focus only on the relevant 
implementation, in order to keep the code small and simple.
 The sample code shouldn't be reused for advanced scenarios.</p>
@@ -438,9 +438,9 @@ It has been based on a simple OData mode
 <hr />
 <h1 id="6-links">6. Links</h1>
 <ul>
-<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection</a> 
| <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>sample
 project</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</li>
-<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property</a> | <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_ReadEp.zip">sample
 project zip</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.asc";>pgp</a>)</li>
-<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)  (this page)</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip";>sample
 project zip</a> (<a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.md5";>md5</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.zip.sha512";>sha512</a>,
 <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.asc";>pgp</a>)</li>
+<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection</a> 
| <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip";>sample
 project</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Read.zip.asc";>pgp</a>).</li>
+<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip";>sample
 project zip</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_ReadEp.zip.asc";>pgp</a>)</li>
+<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)  (this page)</a> | <a 
href="http://www.apache.org/dyn/closer.cgi/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip";>sample
 project zip</a> (<a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.md5";>md5</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.zip.sha512";>sha512</a>,
 <a 
href="https://dist.apache.org/repos/dist/release/olingo/odata4/Tutorials/DemoService_Tutorial_Write.zip.asc";>pgp</a>)</li>
 <li>Tutorial OData V4 service part 4: <a href="...">Navigation - (To Be 
Announced)</a></li>
 </ul>
 <p>OData specification: <a href="http://odata.org/";>http://odata.org/</a>


Reply via email to