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 2016/03/08 06:26:38 UTC

svn commit: r982156 - in /websites/staging/olingo/trunk/content: ./ doc/odata4/tutorials/streaming/tutorial_streaming.html

Author: buildbot
Date: Tue Mar  8 05:26:38 2016
New Revision: 982156

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar  8 05:26:38 2016
@@ -1 +1 @@
-1733216
+1734021

Modified: websites/staging/olingo/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.html Tue Mar  8 05:26:38 2016
@@ -100,12 +100,13 @@
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="how-to-build-an-odata-service-with-olingo-v4">How to build an OData Service with Olingo V4<a class="headerlink" href="#how-to-build-an-odata-service-with-olingo-v4" title="Permanent link">&para;</a></h1>
 <h1 id="add-streaming-support-for-entity-collections">Add Streaming Support (for Entity Collections)<a class="headerlink" href="#add-streaming-support-for-entity-collections" title="Permanent link">&para;</a></h1>
+<p>Available with <em>Apache Olingo 4.2.0 (and newer).</em></p>
 <h2 id="preface">Preface<a class="headerlink" href="#preface" title="Permanent link">&para;</a></h2>
 <p>In the present tutorial we will add streaming support for Entity Collections on a per Entity granularity.</p>
 <p><strong>Note:</strong>
 The final source code can be found in the project <a href="https://git-wip-us.apache.org/repos/asf/olingo-odata4">git repository</a>.<br />
 A detailed description how to checkout the tutorials can be found <a href="/doc/odata4/tutorials/prerequisites/prerequisites.html">here</a>.<br />
-This tutorial can be found in the <code>DemoService-Streaming</code> module withing the projects subdirectory <code>/samples/tutorials/pe_streaming</code></p>
+This tutorial can be found in the <code>DemoService-Streaming</code> module in the projects subdirectory <code>/samples/tutorials/pe_streaming</code></p>
 <p><strong>Table of Contents</strong></p>
 <ol>
 <li>Introduction</li>