Author: kwin
Date: Thu Apr  6 09:54:43 2017
New Revision: 1790371

URL: http://svn.apache.org/viewvc?rev=1790371&view=rev
Log:
document davex

Modified:
    
sling/site/trunk/content/documentation/development/repository-based-development.mdtext

Modified: 
sling/site/trunk/content/documentation/development/repository-based-development.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/repository-based-development.mdtext?rev=1790371&r1=1790370&r2=1790371&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/development/repository-based-development.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/development/repository-based-development.mdtext
 Thu Apr  6 09:54:43 2017
@@ -4,7 +4,7 @@ Title: Repository Based Development
 
 # WebDAV Support
 
-WebDAV support in Sling is based on the [Simple 
WebDAV](http://jackrabbit.apache.org/jackrabbit-jcr-server.html#JackrabbitJCRServer-JCRWebdavServer)
 implementation of Apache Jackrabbit which is integrated in the `jcr/webdav` 
project. This bundle provides WebDAV access to Sling's repository in two 
flavours: 
+WebDAV support in Sling is based on the [Simple 
WebDAV](http://jackrabbit.apache.org/jcr/components/jackrabbit-jcr-server.html#Simple_Webdav_Server)
 implementation of Apache Jackrabbit which is integrated in the `jcr/webdav` 
project. This bundle provides WebDAV access to Sling's repository in two 
flavours: 
 
 1. Access to all workspaces of the repository on a separate URI space -- by 
default rooted at `/dav` in the Sling context -- and 
 2. access to the workspace used by Sling itself at the root of the Sling 
context.
@@ -68,6 +68,10 @@ This implementation uses the standard `o
 
 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.
 
+# DavEx Support
+
+[DavEx](https://wiki.apache.org/jackrabbit/RemoteAccess) (WebDAV with JCR 
Extensions allows to remotely access a JCR repository. Sling provides support 
based on the [JCR WebDAV 
Server](http://jackrabbit.apache.org/jcr/components/jackrabbit-jcr-server.html#JCR_Webdav_Server)
 implementation of Apache Jackrabbit which is integrated in the `jcr/davex` 
project. By default the server listens on request urls starting with `/server`.
+
 
 # Eclipse plugin for JCR
 


Reply via email to