Author: buildbot
Date: Mon Apr 18 11:46:07 2016
New Revision: 985992

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/bundles/scripting/scripting-sightly.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 18 11:46:07 2016
@@ -1 +1 @@
-1739747
+1739748

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/scripting/scripting-sightly.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/bundles/scripting/scripting-sightly.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/scripting/scripting-sightly.html
 Mon Apr 18 11:46:07 2016
@@ -359,6 +359,11 @@ Assuming the following content structure
             </ul>
         </td>
         <td>
+            <p>Use-objects provided through bundles:</p>
+            <ul>
+                <li>lacks flexibility in terms of component overlaying</li>
+            </ul>
+
             <p>Use-objects backed by <code>Resources</code>:</p>
             <ul>
                 <li>cannot extend other Java objects</li>
@@ -371,6 +376,7 @@ Assuming the following content structure
         <td>
             <ul>
                 <li>allows JavaScript developers to develop component 
logic</li>
+                <li>can be reused through the dependency mechanism provided by 
the <code>use</code> function</li>
             </ul>
         </td>
         <td>
@@ -380,9 +386,22 @@ Assuming the following content structure
             </ul>
         </td>
     </tr>
+    <tr>
+        <td>Script Use Provider</td>
+        <td>
+            <ul>
+                <li>allows the usage of Use objects evaluated by other Script 
Engines available in the platform</li>
+            </ul>
+        </td>
+        <td>
+            <ul>
+                <li>like in the case of the JavaScript Use Provider, the 
performance is influenced by the Script Engine's implementation</li>
+            </ul>
+        </td>
+    </tr>
 </table>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1739747 by radu on Mon, 18 Apr 2016 11:37:55 +0000
+        Rev. 1739748 by radu on Mon, 18 Apr 2016 11:45:59 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to