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/09/23 13:35:06 UTC

svn commit: r879570 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/basicread.html

Author: buildbot
Date: Mon Sep 23 11:35:05 2013
New Revision: 879570

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 23 11:35:05 2013
@@ -1 +1 @@
-1525561
+1525562

Modified: websites/staging/olingo/trunk/content/doc/tutorials/basicread.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/basicread.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/basicread.html Mon Sep 23 11:35:05 2013
@@ -70,15 +70,16 @@
             
             
             <h1 id="read-scenario">Read Scenario</h1>
+<hr />
 <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 prerequisites a Project Setup (Git, Maven, etc.) and then shows how to develop an OData Service and make the same available.
 It shows in addition how to implement the Model Provider to expose the Entity Data Model (EDM) and the Data Provider to expose the runtime data.
 The implementation of the Data Provider (ODataSingleProcessor) illustrates how to expose a single entry, a feed and how to follow associations.</p>
 <h2 id="prerequisites">Prerequisites</h2>
-<p><strong><em>Project Setup</em></strong> is successfully done. <strong>[link tbd]</strong></p>
+<p><a href="../project-setup.html">Project Setup</a> is successfully done.</p>
 <h2 id="implement-your-odata-service">Implement your OData Service</h2>
 <h3 id="shortcut">Shortcut</h3>
-<p>As a shortcut you can download the <strong><em>Cars-Sample-Read-Basic Project</em></strong>. <strong>[link tbd]</strong></p>
+<p>As a shortcut you can download the <a href="cars-sample-basic-read.zip">Cars-Sample-Read-Basic Project</a>.</p>
 <h3 id="deployment-descriptor">Deployment Descriptor</h3>
 <ul>
 <li>The sample-web project contains a Deployment Descriptor. Create the web.xml file in the org.apache.olingo.odata2.sample.web project by generating a Deployment Descriptor Stub. Replace the xml in the stub with the following deployment descriptor xml. </li>