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/01/28 11:03:45 UTC

svn commit: r937981 - in /websites/staging/olingo/trunk/content: ./ doc/odata2/tutorials/deltaClient.html

Author: buildbot
Date: Wed Jan 28 10:03:45 2015
New Revision: 937981

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata2/tutorials/deltaClient.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 28 10:03:45 2015
@@ -1 +1 @@
-1655043
+1655254

Modified: websites/staging/olingo/trunk/content/doc/odata2/tutorials/deltaClient.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata2/tutorials/deltaClient.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata2/tutorials/deltaClient.html Wed Jan 28 10:03:45 2015
@@ -87,7 +87,7 @@
 			</div><!--/.nav-collapse -->
         </div><!--/.container-fluid -->
       </div><!-- Main component for a primary marketing message or call to action --><h1 id="consuming-delta-responses">Consuming Delta Responses</h1>
-<p>Delta responses is a feature on top of OData 2.0 for requesting changes. The feature is defined in OData 4.0 and this is a preliminary and lightweight implementation close to the OData 4.0 specification <a href="http://docs.oasis-open.org/odata/odata/v4.0/cos01/part1-protocol/odata-v4.0-cos01-part1-protocol.html#_Toc372793707">(see here)</a>.</p>
+<p>Delta responses is a feature on top of OData 2.0 for requesting changes. The feature is defined in OData 4.0 and this is a preliminary and lightweight implementation close to the OData 4.0 specification <a href="http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part1-protocol/odata-v4.0-errata02-os-part1-protocol-complete.html#_Toc406398316">(see here)</a>.</p>
 <p>How delta responses can be produced by an OData service is documented here: <a href="/doc/odata2/tutorials/delta.html">server side delta responses</a>.</p>
 <h3 id="use-case">Use Case</h3>
 <p>A client reads a feed and later wants to get only the update of changed and deleted entries. </p>