Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 4455 invoked from network); 18 May 2005 13:20:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2005 13:20:55 -0000 Received: (qmail 66946 invoked by uid 500); 18 May 2005 13:10:45 -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 66744 invoked by uid 99); 18 May 2005 13:10:40 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from smtp.tiscali.ch (HELO smtp.tiscali.ch) (212.40.5.52) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 18 May 2005 06:10:39 -0700 Received: from [127.0.0.1] (adsl-177-92-fixip.tiscali.ch [212.254.177.92]) by smtp.tiscali.ch (8.11.7/8.11.7) with ESMTP id j4IDADL17261 for ; Wed, 18 May 2005 15:10:13 +0200 Message-ID: <428B3E89.30206@day.com> Date: Wed, 18 May 2005 15:09:29 +0200 From: Felix Meschberger User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: WebDAV exploration suites References: <8be7318805051805252a74f731@mail.gmail.com> In-Reply-To: <8be7318805051805252a74f731@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N >so we would need: >- a commons-jcr.jar that contains helpers that just depend on jcr. > > this should include a default implementation of the Value interface. Optimally the objects would be serializable such that the JCR-RMI might also make use of this. A sample implementation may be found - altough somewhat incomplete in the sens of synthactic checks of Name, Path, Reference as well as problematic Calendar implementation. Regards Felix