Author: buildbot
Date: Mon May 29 15:54:06 2017
New Revision: 1013108
Log:
Staging update by buildbot for aries
Modified:
websites/staging/aries/trunk/content/ (props changed)
websites/staging/aries/trunk/content/modules/containers.html
Propchange: websites/staging/aries/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 29 15:54:06 2017
@@ -1 +1 @@
-1796650
+1796653
Modified: websites/staging/aries/trunk/content/modules/containers.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/containers.html (original)
+++ websites/staging/aries/trunk/content/modules/containers.html Mon May 29
15:54:06 2017
@@ -321,6 +321,11 @@ environment where bindings are provided
from the service registry, they need to be instantiated directly in this
case.</p>
<p>This quick start focuses on a number of examples to suit your
environment.</p>
<h2 id="osgi-example">OSGi example<a class="headerlink" href="#osgi-example"
title="Permanent link">¶</a></h2>
+<p>The OSGi example uses the Felix SCR implementation to get the currently
active ServiceManager injected into a simple servlet.
+The servlet provides a simple UI to perform some of the management
operations.</p>
+<p>The servlet is written using OSGi Declarative Service annotations and OSGi
Http Whiteboard annotations and can be found here:
+<a
href="https://git-wip-us.apache.org/repos/asf?p=aries-containers.git;a=blob;f=containers-examples/containers-example-osgiservlet/src/main/java/org/apache/aries/containers/examples/osgiservlet/ServiceManagerServlet.java;h=5783718d0ba80a612cf44a331a45aefeb6e71ebf;hb=HEAD">ServiceManagerServlet.java</a></p>
+<p>TODO: Describe how to run the servlet using a small Felix setup.</p>
<h2 id="plain-java-example">Plain Java example<a class="headerlink"
href="#plain-java-example" title="Permanent link">¶</a></h2>
<p>This example launches a small Java Application to create a service
deployment. Initially a single container is deployed. The user can
modify the number of replicas using the application.</p>