You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/02/20 19:23:01 UTC

[jira] Commented: (JCR-1724) Jackrabbit utilities

    [ https://issues.apache.org/jira/browse/JCR-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675424#action_12675424 ] 

Jukka Zitting commented on JCR-1724:
------------------------------------

> as jukka committed the code, this issue can be resolved, can't it?

Sure, thanks! I don't know why I didn't resolve the issue already before.

> Jackrabbit utilities
> --------------------
>
>                 Key: JCR-1724
>                 URL: https://issues.apache.org/jira/browse/JCR-1724
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: sandbox
>            Reporter: Scott
>            Priority: Minor
>         Attachments: jcrutil.tar.gz, jcrutil.tgz
>
>
> 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.:
>    <DataStore class="org.jcrutil.S3DataStore">
>        <param name="awsAccessKey" value="" />
>        <param name="awsSecretKey" value="" />
>        <param name="bucketName" value="" />
>        <param name="minModifiedDate" value="0" />
>        <param name="minRecordLength" value="0" />
>    </DataStore>
> 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.