Author: chrish
Date: Wed Nov 18 01:37:45 2015
New Revision: 1714915
URL: http://svn.apache.org/viewvc?rev=1714915&view=rev
Log:
CMS commit to olingo by chrish
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext?rev=1714915&r1=1714914&r2=1714915&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
Wed Nov 18 01:37:45 2015
@@ -57,7 +57,7 @@ The request below consists of an individ
You should read the previous tutorials first to have an idea how to read and
write entities. In addition the following code is based on the write tutorial.
-As a shortcut you should chec
+As a shortcut you should checkout the prepared tutorial project in the git
repository in folder /samples/tutorials/p3_write.
The main idea of the following implementation is to reuse the existing
processors.
To do so, we will implement a new processor, which takes a batch request and
dispatches the single requests to the responsible processors.