Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 49807 invoked from network); 8 Mar 2005 12:42:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Mar 2005 12:42:13 -0000 Received: (qmail 45650 invoked by uid 500); 8 Mar 2005 12:42:12 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 45633 invoked by uid 99); 8 Mar 2005 12:42:12 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of stefan.guggisberg@gmail.com designates 64.233.170.201 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.201) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 08 Mar 2005 04:42:12 -0800 Received: by rproxy.gmail.com with SMTP id c16so1393918rne for ; Tue, 08 Mar 2005 04:42:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=FI0Q2x4kmF3ijefrLdwcNaKaJl1m+8Jbu2hLzOW6H7kExIBtIoak/7z8H9rMJjqjOMaB+udbxlX8RN9M/gD+swF1M9NoAQYSoLsZYyjd7bLgXdhyj6OwrkZTitafOWzgCRrlUMwdkFQyLU4LxxNNTodrLijgn52SH4K96cgVvyw= Received: by 10.38.207.70 with SMTP id e70mr52872rng; Tue, 08 Mar 2005 04:42:10 -0800 (PST) Received: by 10.38.152.61 with HTTP; Tue, 8 Mar 2005 04:42:10 -0800 (PST) Message-ID: <90a8d1c0050308044266d6a080@mail.gmail.com> Date: Tue, 8 Mar 2005 13:42:10 +0100 From: Stefan Guggisberg Reply-To: Stefan Guggisberg To: jackrabbit-dev@incubator.apache.org Subject: Re: VFS backed file system tests In-Reply-To: <42263514.2090101@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4224FF3D.4000804@gmail.com> <90a8d1c005030201333b484d6b@mail.gmail.com> <42263514.2090101@gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi edgar, i added your VFS-based FileSystem implementation (http://issues.apache.org/jira/browse/JCR-55) to the contrib directory, thanks. i would like to add your name to the contributers list (http://incubator.apache.org/jackrabbit/team-list.html#Contributors). would you like to have your email address listed too? thanks again, stefan On Wed, 02 Mar 2005 18:50:12 -0300, Edgar Poce wrote: > Hi stefan > > > > > i don't see the value in implementing FileSystem on top of yet > > another file system abstraction. i also doubt that web-dav, ftp, > sftp, jar, > > et al would be more efficient than the local file system... > > > As I said in another mail I only used VFS because I wanted a memory > filesystem in other applications than jackrabbit, but I guess there are > cases on which a VFS backed filesystem can be a good choice. > > With XMLPersistenceManager I agree with you that it's not very useful, > but another persistence implementation could allow jackrabbit to share > files with other systems (e.g. through webdav), maybe not very efficient > but sometimes integration with legacy systems is a must. > > Besides, VFS might be useful if you don't feel like implementing a file > system from scratch. > > > but on the other hand, that's just my personal view and maybe > > i'm overlooking a valid use case for a VFS-based FileSystem. > > > > cheers > > stefan > > > > Regards > Edgar >