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/10/14 16:35:38 UTC

svn commit: r1531913 - /incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext

Author: jhuesken
Date: Mon Oct 14 14:35:38 2013
New Revision: 1531913

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

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

Modified: incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext?rev=1531913&r1=1531912&r2=1531913&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext Mon Oct 14 14:35:38 2013
@@ -33,17 +33,17 @@ Setup of [Basic Read Scenario](basicread
 
 If you like to directly experiment with the results of the extented basic read scenario, you can use this shortcut: 
 
-  - Download and unzip [Olingo Tutorial 'Basic Read with $expand extension' Project](apache-olingo-tutorial-adv_read_expand.zip) to your local drive which is your OData Tutorial project folder (referenced as `$ODATA_PROJECT_HOME` in the turorial).
+  - Download and unzip [Olingo Tutorial 'Basic Read with $expand extension' Project](apache-olingo-tutorial-adv_read_expand.zip) to your local drive which is your OData Tutorial project folder (referenced as `$ODATA_PROJECT_HOME` in the tutorial).
   - Start the command line tool and execute the following command in the folder `$ODATA_PROJECT_HOME` 
     - `mvn eclipse:eclipse clean install` 
   - Go into Eclipse and import the project into your workspace by... 
-    - Menue *File -> Import*... 
+    - Menu *File -> Import*... 
     - *Existing projects into workspace*, then choose the `$ODATA_PROJECT_HOME` folder 
     - Select both projects *olingo.odata2.sample.service* and *olingo.odata2.sample.web* and press *Finish*. 
 
 ### Set Up your development project 
 
-If [Basic Read Scenario](basicread) is already set up nothing additional is to do. Otherwise please follow the Setup section of the [Basic Read Scenario](basicread).
+If [Basic Read Scenario](basicread) is already set up there is nothing additional to do. Otherwise please refer to the Prerequisites section of the [Basic Read Scenario](basicread).
 
 ### Extend Basic Read Scenario
 The steps to extend the basic read with $expand support for the Car and Manufacturer entities (not entity sets) are to provide the expanded data via ODataCallbacks and register these for the corresponding navigation properties.