From dev-return-19724-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Aug 25 15:08:06 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 46348 invoked from network); 25 Aug 2008 15:08:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Aug 2008 15:08:06 -0000 Received: (qmail 78378 invoked by uid 500); 25 Aug 2008 15:08:03 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 78341 invoked by uid 500); 25 Aug 2008 15:08:03 -0000 Mailing-List: contact dev-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 dev@jackrabbit.apache.org Received: (qmail 78320 invoked by uid 99); 25 Aug 2008 15:08:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 08:08:03 -0700 X-ASF-Spam-Status: No, hits=-1997.5 required=10.0 tests=ALL_TRUSTED,URI_NOVOWEL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 15:07:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6823F234C1B3 for ; Mon, 25 Aug 2008 08:07:44 -0700 (PDT) Message-ID: <1098027569.1219676864425.JavaMail.jira@brutus> Date: Mon, 25 Aug 2008 08:07:44 -0700 (PDT) From: "Scott (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1724) Jackrabbit utilities In-Reply-To: <789077753.1219676864328.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott updated JCR-1724: ----------------------- Attachment: jcrutil.tar.gz Attaching source. > Jackrabbit utilities > -------------------- > > Key: JCR-1724 > URL: https://issues.apache.org/jira/browse/JCR-1724 > Project: Jackrabbit > Issue Type: Improvement > Components: sandbox > Reporter: Scott > Priority: Minor > Attachments: jcrutil.tar.gz > > > Attached are two utilities for Jackrabbit: > The first one is a DataStore implementation that uses Amazon S3 for storage. > This is fairly straightforward. It is configured by adding a DataStore > section to the repository.xml file, e.g.: > > > > > > > > The second utility is a JCR based Commons VFS filesystem provider. This > allows you to access a JCR repository (nt:file and nt:folder nodes) using > the Commons VFS API. I've also used this with MINA FTP Server and Dctm VFS > (http://dctmvfs.sourceforge.net/) to provide FTP access to a Jackrabbit > repository. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.