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

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

Author: sklevenz
Date: Wed Oct  9 14:54:36 2013
New Revision: 1530655

URL: http://svn.apache.org/r1530655
Log:
CMS commit to olingo by sklevenz

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=1530655&r1=1530654&r2=1530655&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext Wed Oct  9 14:54:36 2013
@@ -383,8 +383,8 @@ After the implementation of the Edm Prov
 
 - Build your project. Remember? `mvn clean install` 
 - Deploy the Web Application to the server* 
- - Show the Service Document: ~/MyODataSample.svc/
- - Show the Metadata Document: ~MyODataSample.svc/$metadata 
+ - Show the Service Document: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/
+ - Show the Metadata Document: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/$metadata 
 
 ### Implement the OData Processor which provides the runtime data
 
@@ -662,12 +662,12 @@ 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` 
-- 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
+- Show the Manufacturers: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers
+- Show one Manufacturer: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)
+- Show the Cars: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars
+- Show one Car: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars(2)
+- Show the related Manufacturer of a Car: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars(2)/Manufacturer
+- Show the related Cars of a Manufacturer: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)/Cars
 
 
   [1]: /img/ODataCarsModel.JPG
\ No newline at end of file