Author: buildbot
Date: Thu Feb 25 13:28:37 2016
New Revision: 981138

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 Feb 25 13:28:37 2016
@@ -1 +1 @@
-1731902
+1732299

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 Feb 25 13:28:37 2016
@@ -101,11 +101,6 @@ h2:hover > .headerlink, h3:hover > .head
       </div>
 
       
-      <div class="tip">
-           This page is a translated version of <a 
href="/site/repository-based-development.html" 
target="sling_cwiki">/site/repository-based-development.html</a>. In case of
-           doubt you might want to refer to the old page.
-      </div>
-      
       
       <h1>Repository Based Development</h1>
       <style type="text/css">
@@ -140,13 +135,15 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Please note that accessing the repository in the separate URI space is 
actually faster, since requests do not pass the Sling resource and script 
resolution framework but instead hit the Jackrabbit Simple WebDAV Servlet 
directly.</p>
 <h4 id="separate-uri-space-webdav">Separate URI Space WebDAV<a 
class="headerlink" href="#separate-uri-space-webdav" title="Permanent 
link">&para;</a></h4>
 <p>When accessing the repository through WebDAV in its separate URI Space, the 
URLs have the following generic structure:</p>
-<p panel="panel">{panel}
-slingroot/prefix/workspace/item</p>
+<div class="codehilite"><pre><span class="n">slingroot</span><span 
class="o">/</span><span class="n">prefix</span><span class="o">/</span><span 
class="n">workspace</span><span class="o">/</span><span class="n">item</span>
+</pre></div>
+
+
 <ul>
-<li><code>*slingroot*</code> is the URL of the Sling web application context. 
In the above example, this would 
<code>http://some.host.net:8080/sling</code>.</li>
-<li><code>*prefix*</code> is the URL prefix to address the WebDAV servlet. By 
default this is set to <code>/dav</code> but may be configured to any valid 
path.</li>
-<li><code>*workspace*</code> is the name of the workspace to be accessed 
through WebDAV.</li>
-<li><code>*item*</code> is the path to the JCR Item to access.</li>
+<li><code>slingroot</code> is the URL of the Sling web application context. In 
the above example, this would <code>http://some.host.net:8080/sling</code>.</li>
+<li><code>prefix</code> is the URL prefix to address the WebDAV servlet. By 
default this is set to <code>/dav</code> but may be configured to any valid 
path.</li>
+<li><code>workspace</code> is the name of the workspace to be accessed through 
WebDAV.</li>
+<li><code>item</code> is the path to the JCR Item to access.</li>
 </ul>
 <p>If you access the WebDAV server at the prefix path -- e.g. 
<code>!http://localhost:8080/dav</code> -- you will be redirected to the 
default workspace with a temporary redirect status 302. Some clients, such as 
the Linux <em>davfs</em>, do not like this redirection and must be configured 
to explicitly address the default workspace.</p>
 <h3 id="configuration">Configuration<a class="headerlink" 
href="#configuration" title="Permanent link">&para;</a></h3>
@@ -218,9 +215,9 @@ slingroot/prefix/workspace/item</p>
 <p><em>Collection Node Types</em></p>
 <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>
 <h2 id="eclipse-plugin-for-jcr">Eclipse plugin for JCR<a class="headerlink" 
href="#eclipse-plugin-for-jcr" title="Permanent link">&para;</a></h2>
-<p>TBD</p>
+<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. 1499238 by fmeschbe on Wed, 3 Jul 2013 07:39:54 +0000
+        Rev. 1732299 by kwin on Thu, 25 Feb 2016 13:28:21 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to