Author: buildbot
Date: Tue Nov 10 14:49:59 2015
New Revision: 971990

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 14:49:59 2015
@@ -1 +1 @@
-1713653
+1713654

Modified: 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.html
==============================================================================
--- 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.html
 (original)
+++ 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.html
 Tue Nov 10 14:49:59 2015
@@ -121,7 +121,7 @@ Each part of a Multipart MINE message ca
 <p>The request below consists of a individual request (upper red box), 
actually a GET request(the upper blue box) to the Entity Set 
<code>Products</code> and a Change Set (lower red box). The Change Set contains 
a single POST request (lower blue box) to create a new <code>Procuct</code>. 
Please note that the <em>boundary delimiter</em> <code>abc123</code> is used in 
the request below.  The whole content must be wrapped in a single POST request 
issued againest the resource <code>/$batch</code>. The Content-Type of the POST 
request is consequently <code>Content-Type: 
multipart/mixed;boundary=abc123</code></p>
 <p><img alt="Test" src="request.png" /></p>
 <h1 id="2-preparation">2. Preparation<a class="headerlink" 
href="#2-preparation" title="Permanent link">&para;</a></h1>
-<p>You should read the previous tutorials first to have an idea how to read 
and write entities entities. In addition the following code is based on the 
write tutorial tutorial.</p>
+<p>You should read the previous tutorials first to have an idea how to read 
and write entities. In addition the following code is based on the write 
tutorial tutorial.</p>
 <p>As a shortcut you should checkout the prepared tutorial project in the <a 
href="https://git-wip-us.apache.org/repos/asf/olingo-odata4";>git repository</a> 
in folder /samples/tutorials/p3_write.</p>
 <p>Afterwards do a Deploy and run: it should be working. At this state you can 
perform CRUD operations and do navigations between products and categories.</p>
 <h1 id="2-implementation">2. Implementation<a class="headerlink" 
href="#2-implementation" title="Permanent link">&para;</a></h1>


Reply via email to