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

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

Author: jhuesken
Date: Mon Sep 16 11:02:09 2013
New Revision: 1523588

URL: http://svn.apache.org/r1523588
Log:
CMS commit to olingo by jhuesken

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=1523588&r1=1523587&r2=1523588&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext Mon Sep 16 11:02:09 2013
@@ -16,7 +16,7 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-# Read Scenario - OData Library (Java) 
+# 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.
@@ -647,10 +647,9 @@ And add the small method to get the key 
 After the implementation of the `MyODataSingleProcessor` the web application can be tested.
 
 - Build your project. Remember? `mvn clean install` 
-- In Eclipse, run the Web Application via *Run As -> Run on Server* 
- - Show the Manufacturers: ~/MyODataSample.svc/Manufacturers
- - Show one Manufacturer: ~/MyODataSample.svc/Manufacturers(1)
- - Show the Cars: ~/MyODataSample.svc/Cars
- - Show one Car: ~/MyODataSample.svc/Cars(2)
- - Show the related Manufacturer of a Car: ~/MyODataSample.svc/Cars(2)/Manufacturer
- - Show the related Cars of a Manufacturer: ~/MyODataSample.svc/Manufacturers(1)/Cars
\ No newline at end of file
+- Show the Manufacturers: ~/MyODataSample.svc/Manufacturers
+- Show one Manufacturer: ~/MyODataSample.svc/Manufacturers(1)
+- Show the Cars: ~/MyODataSample.svc/Cars
+- Show one Car: ~/MyODataSample.svc/Cars(2)
+- Show the related Manufacturer of a Car: ~/MyODataSample.svc/Cars(2)/Manufacturer
+- Show the related Cars of a Manufacturer: ~/MyODataSample.svc/Manufacturers(1)/Cars
\ No newline at end of file