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 2019/05/29 03:18:26 UTC

svn commit: r1045678 - in /websites/staging/olingo/trunk/content: ./ doc/odata4/tutorials/od4_basic_client_read.html

Author: buildbot
Date: Wed May 29 03:18:26 2019
New Revision: 1045678

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 29 03:18:26 2019
@@ -1 +1 @@
-1860211
+1860312

Modified: websites/staging/olingo/trunk/content/doc/odata4/tutorials/od4_basic_client_read.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata4/tutorials/od4_basic_client_read.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata4/tutorials/od4_basic_client_read.html Wed May 29 03:18:26 2019
@@ -105,7 +105,8 @@ h2:hover > .headerlink, h3:hover > .head
 Therefore it contains the Explaining the Client section which explains how to implement the CRUD operations based on sample code.
 For creating a simple odata service refer the section Basic Tutorial: Create an OData V4 Service with Olingo in Olingo V4 tutorial</p>
 <h3 id="client-quickstart-guide">Client Quickstart Guide<a class="headerlink" href="#client-quickstart-guide" title="Permanent link">&para;</a></h3>
-<p>With this Quickstart guide the runnable sample client and an sample service is created within a few minutes. Therefore it just requires an installed Java 6 Runtime, Maven 3 and an internet connection</p>
+<p>With this Quickstart guide the runnable sample client and an sample service is created within a few minutes. Therefore it just requires an installed Java 6 Runtime, Maven 3 and an internet connection.
+It also requires an odata service. This sample uses the Cars service which can be found under samples/server under olingo <a href="https://gitbox.apache.org/repos/asf?p=olingo-odata4.git">git repository</a>. Build the project and deploy the war on a server. Follow the <a href="https://olingo.apache.org/doc/odata4/tutorials/prerequisites/prerequisites.html">Guide - To fetch the tutorial sources</a> to import the sample server project.</p>
 <ol>
 <li>Create a sample maven project and name it OlingoSampleApp.</li>
 <li>Create a new package org.apache.olingo.samples.client under this