Return-Path: X-Original-To: apmail-jackrabbit-commits-archive@www.apache.org Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D702217A25 for ; Wed, 8 Apr 2015 20:27:23 +0000 (UTC) Received: (qmail 50144 invoked by uid 500); 8 Apr 2015 20:27:23 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 50061 invoked by uid 500); 8 Apr 2015 20:27:23 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 49832 invoked by uid 99); 8 Apr 2015 20:27:23 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 20:27:23 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 69786AC0704 for ; Wed, 8 Apr 2015 20:27:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1672164 [4/43] - in /jackrabbit/site/staging/jcr: ./ a-simple-ocm-project-with-maven-eclipse.data/ components/ concurrency-control.data/ css/ deployment-models.data/ how-jackrabbit-works.data/ how-to-map-associations-between-objects.data/ ... Date: Wed, 08 Apr 2015 20:27:20 -0000 To: commits@jackrabbit.apache.org From: tripod@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150408202723.69786AC0704@hades.apache.org> Added: jackrabbit/site/staging/jcr/components/jackrabbit-jcr-server.html URL: http://svn.apache.org/viewvc/jackrabbit/site/staging/jcr/components/jackrabbit-jcr-server.html?rev=1672164&view=auto ============================================================================== --- jackrabbit/site/staging/jcr/components/jackrabbit-jcr-server.html (added) +++ jackrabbit/site/staging/jcr/components/jackrabbit-jcr-server.html Wed Apr 8 20:27:17 2015 @@ -0,0 +1,599 @@ + + + + + + + + + Apache Jackrabbit - Jackrabbit JCR Server + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Jackrabbit JCR Server

+

This is the JCR Server component of the Apache Jackrabbit project. This component contains two WebDAV based JCR server implementations:

+ +
    + +
  • Simple Webdav Server
  • + +
  • JCR Webdav Server
  • +
+
+

Simple Webdav Server

+

WebDAV (conformance levels 1, 2, and 3) and DeltaV compliant WebDAV server implementation to access a JSR170 repository.

+

Further information such as configuration as well as the SimpleWebdavServlet.java itself can be found in the Jackrabbit Web Application project.

+
+
+

Packages:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
org.apache.jackrabbit.server Common server functionality
org.apache.jackrabbit.server.io Import and export facilities
org.apache.jackrabbit.webdav.simpleServer side WebDAV implementation (DavResource, ResourceConfig,…)
+
+

Servlet:

+ + + + + + + + + + + +
org.apache.jackrabbit.j2ee.SimpleWebdavServlet.java see Jackrabbit Web Application
+

Note that when run on top of a JCR 2.0 implementation that also supports shareable nodes, the WebDAV BIND specification (http://tools.ietf.org/html/draft-ietf-webdav-bind) is also supported.

+
+

JCR Webdav Server

+

Server used to remote JSR170 calls via WebDAV.

+

The client counterpart of this server is represented by the JCR to SPI project in combination with the SPI to WebDAV SPI implementation that can be found in the Jackrabbit SPI to DAV project. Easy to use setup of both components can be found in [Jackrabbit JCR to DAV] and [Jackrabbit JCR Client], respectively.

+
+
+

Packages:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
org.apache.jackrabbit.server Common server functionality
org.apache.jackrabbit.server.jcr JCR-Server
org.apache.jackrabbit.webdav.jcr Server side WebDAV implementation (DavResources, Reports, Properties)
+
+

Servlet:

+ + + + + + + + + + + +
org.apache.jackrabbit.j2ee.JCRServerServlet.java see Jackrabbit Web Application
+

Further reading:

+ +
+
+
+
+ +
+ + + + \ No newline at end of file Added: jackrabbit/site/staging/jcr/components/jackrabbit-jcr-servlet.html URL: http://svn.apache.org/viewvc/jackrabbit/site/staging/jcr/components/jackrabbit-jcr-servlet.html?rev=1672164&view=auto ============================================================================== --- jackrabbit/site/staging/jcr/components/jackrabbit-jcr-servlet.html (added) +++ jackrabbit/site/staging/jcr/components/jackrabbit-jcr-servlet.html Wed Apr 8 20:27:17 2015 @@ -0,0 +1,491 @@ + + + + + + + + + Apache Jackrabbit - Jackrabbit JCR Servlet + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Jackrabbit JCR Servlet

+

This is the JCR Servlet component of the Apache Jackrabbit project. This component contains a set of servlets and other classes designed to make it easier to use Jackrabbit and other JCR content repositories in web applications.

+
+
+
+ +
+ + + + \ No newline at end of file Added: jackrabbit/site/staging/jcr/components/jackrabbit-jcr-tests.html URL: http://svn.apache.org/viewvc/jackrabbit/site/staging/jcr/components/jackrabbit-jcr-tests.html?rev=1672164&view=auto ============================================================================== --- jackrabbit/site/staging/jcr/components/jackrabbit-jcr-tests.html (added) +++ jackrabbit/site/staging/jcr/components/jackrabbit-jcr-tests.html Wed Apr 8 20:27:17 2015 @@ -0,0 +1,491 @@ + + + + + + + + + Apache Jackrabbit - Jackrabbit JCR Tests + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Jackrabbit JCR Tests

+

This is the JCR Tests component of the Apache Jackrabbit project. This component contains a set of JCR API test cases designed for testing the compliance of an implementation. Note that although this code base is used also for the official JCR TCK, this is not the official TCK and passing the test of this component can not be used as an indication of API compliance.

+
+
+
+ +
+ + + + \ No newline at end of file Added: jackrabbit/site/staging/jcr/components/jackrabbit-jcr-to-dav.html URL: http://svn.apache.org/viewvc/jackrabbit/site/staging/jcr/components/jackrabbit-jcr-to-dav.html?rev=1672164&view=auto ============================================================================== --- jackrabbit/site/staging/jcr/components/jackrabbit-jcr-to-dav.html (added) +++ jackrabbit/site/staging/jcr/components/jackrabbit-jcr-to-dav.html Wed Apr 8 20:27:17 2015 @@ -0,0 +1,498 @@ + + + + + + + + + Apache Jackrabbit - Jackrabbit JCR to DAV + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Jackrabbit JCR to DAV

+

This is the JCR2DAV component of the Apache Jackrabbit project.

+
+

API documentation

+ +
+
+
+
+ +
+ + + + \ No newline at end of file