You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2013/09/23 13:35:02 UTC

svn commit: r1525562 - /incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext

Author: mibo
Date: Mon Sep 23 11:35:01 2013
New Revision: 1525562

URL: http://svn.apache.org/r1525562
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext?rev=1525562&r1=1525561&r2=1525562&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext Mon Sep 23 11:35:01 2013
@@ -17,6 +17,9 @@ Notice:    Licensed to the Apache Softwa
            under the License.
 
 # Read Scenario
+
+---
+
 ### How To Guide for building a Sample OData service with the OData Library (Java)
 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.
@@ -25,12 +28,12 @@ The implementation of the Data Provider 
  
 
 ## Prerequisites 
-***Project Setup*** is successfully done. **[link tbd]**
+[Project Setup](../project-setup.html) is successfully done.
 
 ## Implement your OData Service 
 ### Shortcut 
 
-As a shortcut you can download the ***Cars-Sample-Read-Basic Project***. **[link tbd]**
+As a shortcut you can download the [Cars-Sample-Read-Basic Project](cars-sample-basic-read.zip).
 
 ### Deployment Descriptor 
 - 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.