Author: buildbot
Date: Tue Mar 10 19:34:42 2015
New Revision: 943232

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-4/guides/resources.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 10 19:34:42 2015
@@ -1 +1 @@
-1665657
+1665660

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/resources.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/resources.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/resources.html
 Tue Mar 10 19:34:42 2015
@@ -18,7 +18,7 @@
     limitations under the License.
 -->
   <head>
-    <title>Apache Felix - Resources</title>
+    <title>Apache Felix - Resource adapters</title>
     <link rel="icon" href="/res/favicon.ico">
     <link rel="stylesheet" href="/res/site.css" type="text/css" media="all">
     <link rel="stylesheet" href="/res/codehilite.css" type="text/css" 
media="all">
@@ -67,7 +67,7 @@
 
       
       
-      <h1>Resources</h1>
+      <h1>Resource adapters</h1>
       <p>Resource adapters are a special type of adapters which can adapt a 
resource into an OSGi service. These resources can be all kinds of resources, 
e.g. bundle resources, files, database records, anything as long as it can be 
resolved though a URL.</p>
 <p>The diagram below illustrates the classes involved in the resource adapter 
pattern:</p>
 <p><img src="./diagrams/resources.png" alt="Resource adapters" style="width: 
780px"/></p>
@@ -153,7 +153,7 @@
 <p>When a new handler is being added, the resource repository should inform 
the resource handler on the resources it has that match the handler's filter or 
url. This is done by invoking the <code>added(url, properties)</code> method on 
the ResourceHandler. This callback results in the ResourceAdapter's 
ResourceDependency being satisfied, the url being injected into the resource 
adapter implementation object and the resource adapter implementation component 
being started.</p>
 <p>Besides the added() callback the resource repository is also responsible 
for handling the changed() and removed() methods on change or removal of the 
resource from the resource repository. For a bundle resource repository that's 
not likely to happen, but for a filesystem resource repository this can very 
well be the case.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1665657 by uiterlix on Tue, 10 Mar 2015 19:27:34 +0000
+        Rev. 1665660 by uiterlix on Tue, 10 Mar 2015 19:34:29 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to