Author: buildbot
Date: Tue Feb  2 22:20:01 2016
New Revision: 979321

Log:
Staging update by buildbot for felix

Modified:
    websites/staging/felix/trunk/content/   (props changed)
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb  2 22:20:01 2016
@@ -1 +1 @@
-1728230
+1728231

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html
 Tue Feb  2 22:20:01 2016
@@ -447,7 +447,7 @@ using a composition of multiple object i
 <p>The sample also uses a Factory approach in order to instantiate the 
composition of objects: A
 "CompositionManager" is first injected with a Configuration that can possibly 
be used to create
 and configure all the composites.</p>
-<p>Dependencies are injected is some of the component implementation 
instances, using java8 method references. For instance,
+<p>Dependencies are injected to some of the component implementation 
instances, using java8 method references. For instance,
 the LogService is only injected in the ProviderImpl and the ProviderComposite1 
class and not in the ProviderComposite2 class.</p>
 <h3 
id="orgapachefelixdependencymanagerlambdasamplessrcorgapachefelixdmlambdasamplesdevice">org.apache.felix.dependencymanager.lambda.samples/src/org/apache/felix/dm/lambda/samples/device/<a
 class="headerlink" 
href="#orgapachefelixdependencymanagerlambdasamplessrcorgapachefelixdmlambdasamplesdevice"
 title="Permanent link">&para;</a></h3>
 <p>This is an example showing a Dependency Manager "Adapter" in action. Two 
kinds of services are
@@ -465,18 +465,18 @@ required/multiple (1..N) dependency over
 internally used by the SpellChecker command, when checking word exactness.</p>
 <p>A DictionaryService is defined using a FactoryConfigurationAdapterService , 
allowing to instantiate
 many "DictionaryService" instances for each configuration that are added to the
-factory pid "Spell Checker Configuration (api)" from web console.
+factory pid "Spell Checker Configuration" from web console.
 The factory pid configuration metatypes are defined using the bnd "metatype" 
annotations
 (see DictionaryConfiguration.java).</p>
 <p>The DictionaryService is decorated with a DictionaryAspect, which you can 
instantiate by adding a
-configuration to the "Spell Checker Aspect Dictionary (api)" pid from web 
console. The
+configuration to the "Spell Checker Aspect Dictionary" pid from web console. 
The
 aspect configuration metatype is also declared using the bnd metatype 
annotations (see
 DictionaryAspectConfiguration.java). </p>
-<p>Before running this sample, go to webconsole, and add some words in the 
Spell Checker Configuration (api) factory PID, and
-in the Spell Checker Aspect Dictionary (api) PID.</p>
+<p>Before running this sample, go to webconsole, and add some words in the 
"<code>Spell Checker Configuration</code>" factory PID, and
+in the "<code>Spell Checker Aspect Dictionary</code>" PID.</p>
 <p>Then go to gogo shell, and type dm help. You will normally see the 
dictionary:spellcheck command.
 Type dictionary:spellcheck with some words configured either in the spell 
checker configuration, or in the spell checker aspect configuration,
-and the dictionary will check for proper word exactness in the 
configuration.</p>
+and the dictionary will check for proper word exactness.</p>
 <h3 
id="orgapachefelixdependencymanagerlambdasamplessrcorgapachefelixdmlambdasamplesfactory">org.apache.felix.dependencymanager.lambda.samples/src/org/apache/felix/dm/lambda/samples/factory/<a
 class="headerlink" 
href="#orgapachefelixdependencymanagerlambdasamplessrcorgapachefelixdmlambdasamplesfactory"
 title="Permanent link">&para;</a></h3>
 <p>This sample is an example usage of DM components that are created using a 
Factory object. 
 The Factory is defined using java8 method references.</p>
@@ -493,7 +493,7 @@ and the service is registered.</p>
 <p>Caution: if you are using a corporate http proxy, you have to fix the 
Activator in order to configure the ip addr and port number of your
 http proxy.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1728230 by pderop on Tue, 2 Feb 2016 22:11:45 +0000
+        Rev. 1728231 by pderop on Tue, 2 Feb 2016 22:19:46 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to