Author: mibo
Date: Tue May 5 13:31:00 2015
New Revision: 1677822
URL: http://svn.apache.org/r1677822
Log:
CMS commit to olingo by mibo
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext?rev=1677822&r1=1677821&r2=1677822&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
Tue May 5 13:31:00 2015
@@ -20,6 +20,8 @@ Notice: Licensed to the Apache Softwa
This tutorial guides you through the steps required to write an OData Service
based on the Olingo OData 4.0 Library for Java (based on current *Olingo
4.0.0-beta-02 release* which can be get via the
[Download-Page](../../download.html)).
+The final result can be download [here](sample/DemoService_Tutorial_Read.zip)
([md5](sample/DemoService_Tutorial_Read.zip.md5),
[sha512](sample/DemoService_Tutorial_Read.zip.sha512),
[pgp](sample/DemoService_Tutorial_Read.zip.asc)).
+
We will create a Web Application and deploy it on a local Tomcat server.
Afterwards, the OData service can be invoked from a browser and it will
provide the data according to the OData V4 specification.
This tutorial is kept as simple as possible, in order to fully concentrate on
the implementation of the service.