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 2013/12/10 09:35:17 UTC

svn commit: r889818 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/Olingo_Tutorial_BasicWrite.html

Author: buildbot
Date: Tue Dec 10 08:35:16 2013
New Revision: 889818

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 10 08:35:16 2013
@@ -1 +1 @@
-1549783
+1549784

Modified: websites/staging/olingo/trunk/content/doc/tutorials/Olingo_Tutorial_BasicWrite.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/Olingo_Tutorial_BasicWrite.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/Olingo_Tutorial_BasicWrite.html Tue Dec 10 08:35:16 2013
@@ -75,10 +75,8 @@
 <h3 id="how-to-guide-for-building-a-sample-odata-service-with-the-odata-library-java">How To Guide for building a Sample OData service with the OData Library (Java)</h3>
 <p>This How To Guide shows how to create, update and delete an entry via your Data Provider (<code>ODataSingleProcessor</code>).</p>
 <h3 id="prerequisites">Prerequisites</h3>
-<p>This tutorial is based on the <a href="doc/tutorials/basicread.html">Read Scenario</a> - OData Library (Java) tutorial.  </p>
+<p>This tutorial is based on the <a href="/doc/tutorials/basicread.html">Read Scenario</a> - OData Library (Java) tutorial.  </p>
 <h3 id="implementing-create-update-and-delete-entry-at-the-single-processor">Implementing create, update and delete entry at the single processor</h3>
-<h5 id="shortcut">Shortcut</h5>
-<p>As a shortcut you can download the project sample-service.zip</p>
 <h5 id="create-entry">Create entry</h5>
 <ul>
 <li>You already created the <code>MyODataSingleProcessor</code> in the basic tutorial </li>
@@ -187,19 +185,14 @@
 <h3 id="test-your-service">Test your Service</h3>
 <p>After the implementation of the MyODataSingleProcessor the web application can be tested.</p>
 <ul>
-<li>Build your project. Remember? mvn clean install </li>
+<li>Build your project <code>mvn clean install</code> </li>
 <li>In Eclipse, run the Web Application via Run As -&gt; Run on Server </li>
 <li>Create a new Car </li>
 <li>Update an existing Car </li>
 <li>Delete a Car </li>
-<li>Create a new Manufacturer (this is a Media Link Entry), we expect not implemented </li>
+<li>Create a new Manufacturer (this is a Media Link Entry), we expect the response 501 Not Implemented</li>
 <li>Update a Manufacturer (this is a Media Link Entry) </li>
 </ul>
-<h3 id="further-information">Further Information</h3>
-<ul>
-<li>OData Library (Java) Git Repository <strong>[link tbd]</strong> </li>
-<li>OData Library (Java) Issue Tracker <strong>[link tbd]</strong> </li>
-</ul>