Author: angela
Date: Tue Jul 3 08:32:52 2007
New Revision: 552880
URL: http://svn.apache.org/viewvc?view=rev&rev=552880
Log:
minor improvement
Modified:
jackrabbit/trunk/contrib/spi/README.txt
Modified: jackrabbit/trunk/contrib/spi/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi/README.txt?view=diff&rev=552880&r1=552879&r2=552880
==============================================================================
--- jackrabbit/trunk/contrib/spi/README.txt (original)
+++ jackrabbit/trunk/contrib/spi/README.txt Tue Jul 3 08:32:52 2007
@@ -28,24 +28,24 @@
===============================================================================
This contribution within the Jackrabbit project contains a Service Provider
-Interface (SPI) and an example implementation:
+Interface (SPI) and example implementations:
+
+- SPI2JCR : implements the SPI on top of JCR (e.g. Jackrabbit)
+- SPI2DAV : SPI implementation on top of WebDAV connecting to a Jackrabbit Jcr-Server.
+
+- SPI-RMI : rmi layer
+
+In addition the contrib contains
+
+- JCR2SPI : implementation of the JSR170 API covering the transient layer.
+
-- JCR2SPI : implementation of the JSR170 API covering the transient layer
-
-- SPI2DAV : SPI implementation on top of WebDAV currently connecting to
- a Jackrabbit Jcr-Server.
-
This means that the current environment contains the following layers
+ JCR -> SPI -> JCR
JCR -> SPI -> WebDAV -> JCR
-
-In a next step the JCR layer at the end of the chain will be replaced
-by another SPI implementation, avoiding the extra costs caused by
-having JCR (including transient space and Session management) again:
- JCR -> SPI -> SPI-Implementation
-
-
+
Aim of the SPI
===============================================================================
@@ -95,17 +95,4 @@
-> installs all required jar files.
> cd ../contrib/spi
-> maven
-
-
-
-Limitations
-===============================================================================
-
-The SPI contribution is still under development and not yet tested.
-This applies to the API as well as to the implementations.
-
-
-
-
-
+> mvn install
|