Author: buildbot
Date: Thu Apr  6 09:55:00 2017
New Revision: 1009909

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/development/repository-based-development.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr  6 09:55:00 2017
@@ -1 +1 @@
-1790288
+1790371

Modified: 
websites/staging/sling/trunk/content/documentation/development/repository-based-development.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/development/repository-based-development.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/development/repository-based-development.html
 Thu Apr  6 09:55:00 2017
@@ -129,11 +129,12 @@ h2:hover > .headerlink, h3:hover > .head
 </li>
 </ul>
 </li>
+<li><a href="#davex-support">DavEx Support</a></li>
 <li><a href="#eclipse-plugin-for-jcr">Eclipse plugin for JCR</a></li>
 </ul>
 </div>
 <h1 id="webdav-support">WebDAV Support<a class="headerlink" 
href="#webdav-support" title="Permanent link">&para;</a></h1>
-<p>WebDAV support in Sling is based on the <a 
href="http://jackrabbit.apache.org/jackrabbit-jcr-server.html#JackrabbitJCRServer-JCRWebdavServer";>Simple
 WebDAV</a> implementation of Apache Jackrabbit which is integrated in the 
<code>jcr/webdav</code> project. This bundle provides WebDAV access to Sling's 
repository in two flavours: </p>
+<p>WebDAV support in Sling is based on the <a 
href="http://jackrabbit.apache.org/jcr/components/jackrabbit-jcr-server.html#Simple_Webdav_Server";>Simple
 WebDAV</a> implementation of Apache Jackrabbit which is integrated in the 
<code>jcr/webdav</code> project. This bundle provides WebDAV access to Sling's 
repository in two flavours: </p>
 <ol>
 <li>Access to all workspaces of the repository on a separate URI space -- by 
default rooted at <code>/dav</code> in the Sling context -- and </li>
 <li>access to the workspace used by Sling itself at the root of the Sling 
context.</li>
@@ -222,10 +223,12 @@ h2:hover > .headerlink, h3:hover > .head
 <p>This implementation uses the standard 
<code>org.apache.jackrabbit.webdav.simple.DefaultItemFilter</code> 
implementation as its item filter and configures the filter with the namespace 
prefixes and URIs as well as the node types configured as parameters.</p>
 <h3 id="collection-node-types">Collection Node Types<a class="headerlink" 
href="#collection-node-types" title="Permanent link">&para;</a></h3>
 <p>This implementation only supports listing node types which are considered 
representing non-collection resources. All nodes which are instances of any of 
the configured node types are considered non-collection resources. All other 
nodes are considere collection resources.</p>
+<h1 id="davex-support">DavEx Support<a class="headerlink" 
href="#davex-support" title="Permanent link">&para;</a></h1>
+<p><a href="https://wiki.apache.org/jackrabbit/RemoteAccess";>DavEx</a> (WebDAV 
with JCR Extensions allows to remotely access a JCR repository. Sling provides 
support based on the <a 
href="http://jackrabbit.apache.org/jcr/components/jackrabbit-jcr-server.html#JCR_Webdav_Server";>JCR
 WebDAV Server</a> implementation of Apache Jackrabbit which is integrated in 
the <code>jcr/davex</code> project. By default the server listens on request 
urls starting with <code>/server</code>.</p>
 <h1 id="eclipse-plugin-for-jcr">Eclipse plugin for JCR<a class="headerlink" 
href="#eclipse-plugin-for-jcr" title="Permanent link">&para;</a></h1>
 <p>see <a href="/documentation/development/ide-tooling.html">Sling IDE 
Tooling</a></p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1786636 by kwin on Mon, 13 Mar 2017 08:14:54 +0000
+        Rev. 1790371 by kwin on Thu, 6 Apr 2017 09:54:43 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to