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

svn commit: r882546 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/read_expand.html

Author: buildbot
Date: Mon Oct 14 14:35:51 2013
New Revision: 882546

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 14 14:35:51 2013
@@ -1 +1 @@
-1530889
+1531913

Modified: websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html Mon Oct 14 14:35:51 2013
@@ -80,20 +80,20 @@ It shows how to call the <code>EntityPro
 <h3 id="shortcut">Shortcut</h3>
 <p>If you like to directly experiment with the results of the extented basic read scenario, you can use this shortcut: </p>
 <ul>
-<li>Download and unzip <a href="apache-olingo-tutorial-adv_read_expand.zip">Olingo Tutorial 'Basic Read with $expand extension' Project</a> to your local drive which is your OData Tutorial project folder (referenced as <code>$ODATA_PROJECT_HOME</code> in the turorial).</li>
+<li>Download and unzip <a href="apache-olingo-tutorial-adv_read_expand.zip">Olingo Tutorial 'Basic Read with $expand extension' Project</a> to your local drive which is your OData Tutorial project folder (referenced as <code>$ODATA_PROJECT_HOME</code> in the tutorial).</li>
 <li>Start the command line tool and execute the following command in the folder <code>$ODATA_PROJECT_HOME</code> <ul>
 <li><code>mvn eclipse:eclipse clean install</code> </li>
 </ul>
 </li>
 <li>Go into Eclipse and import the project into your workspace by... <ul>
-<li>Menue <em>File -&gt; Import</em>... </li>
+<li>Menu <em>File -&gt; Import</em>... </li>
 <li><em>Existing projects into workspace</em>, then choose the <code>$ODATA_PROJECT_HOME</code> folder </li>
 <li>Select both projects <em>olingo.odata2.sample.service</em> and <em>olingo.odata2.sample.web</em> and press <em>Finish</em>. </li>
 </ul>
 </li>
 </ul>
 <h3 id="set-up-your-development-project">Set Up your development project</h3>
-<p>If <a href="basicread">Basic Read Scenario</a> is already set up nothing additional is to do. Otherwise please follow the Setup section of the <a href="basicread">Basic Read Scenario</a>.</p>
+<p>If <a href="basicread">Basic Read Scenario</a> is already set up there is nothing additional to do. Otherwise please refer to the Prerequisites section of the <a href="basicread">Basic Read Scenario</a>.</p>
 <h3 id="extend-basic-read-scenario">Extend Basic Read Scenario</h3>
 <p>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. </p>
 <h3 id="implement-onwriteentrycontent-and-onwritefeedcontent-callbacks">Implement OnWriteEntryContent and OnWriteFeedContent callbacks</h3>