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 2014/02/13 14:56:41 UTC

svn commit: r897756 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/OlingoV2BasicClientSample.html

Author: buildbot
Date: Thu Feb 13 13:56:41 2014
New Revision: 897756

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 13 13:56:41 2014
@@ -1 +1 @@
-1567921
+1567922

Modified: websites/staging/olingo/trunk/content/doc/tutorials/OlingoV2BasicClientSample.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/OlingoV2BasicClientSample.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/OlingoV2BasicClientSample.html Thu Feb 13 13:56:41 2014
@@ -96,9 +96,9 @@ Therefore it just requires an installed 
 <li>
 <p>Create and start sample Service (<a href="#sampleservice">more details</a>)</p>
 <ol>
-<li>
-<p>Go to <code>$ROOT</code> and create service project from archetype via 
-:::xml
+<li>Go to <code>$ROOT</code> and create service project from archetype via</li>
+</ol>
+<p>:::xml
 mvn archetype:generate \
     -DinteractiveMode=false \
     -Dversion=1.0.0-SNAPSHOT \
@@ -107,10 +107,8 @@ mvn archetype:generate \
     -DarchetypeGroupId=org.apache.olingo \
     -DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype-incubating \
     -DarchetypeVersion=1.1.0</p>
-</li>
-<li>
-<p>Go into from archetype created folder <code>my-car-service</code> and just run <code>mvn</code> to start the Sample Service on a <em>Jetty Web Server</em> at <a href="http://localhost:8080">http://localhost:8080</a>.</p>
-</li>
+<ol>
+<li>Go into from archetype created folder <code>my-car-service</code> and just run <code>mvn</code> to start the Sample Service on a <em>Jetty Web Server</em> at <a href="http://localhost:8080">http://localhost:8080</a>.</li>
 <li>Run <code>OlingoSampleApp</code> against sample Service (<a href="#runsample">more details</a>)</li>
 <li>Go into sample project folder (<code>ClientSample</code>) and execute sample client via <code>java -cp target/OlingoSampleClient.jar org.apache.olingo.sample.client.OlingoSampleApp</code>.</li>
 <li>Now the result of the <em>read metadata</em>, <em>read/create/update/delete data</em> calls is printed as well as the corresponding <em>JSON</em> requests and response body. Within the following section <a href="#start">Explaining the Client</a> the therefore implemented client methods are shown and explained.</li>