From graffito-dev-return-914-apmail-incubator-graffito-dev-archive=www.apache.org@incubator.apache.org Mon Jan 23 19:03:55 2006 Return-Path: Delivered-To: apmail-incubator-graffito-dev-archive@www.apache.org Received: (qmail 70004 invoked from network); 23 Jan 2006 19:03:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 19:03:55 -0000 Received: (qmail 70667 invoked by uid 500); 23 Jan 2006 19:03:54 -0000 Mailing-List: contact graffito-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-dev@incubator.apache.org Received: (qmail 70656 invoked by uid 99); 23 Jan 2006 19:03:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 11:03:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.23.125.30] (HELO mx.scriptall.com) (216.23.125.30) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 11:03:54 -0800 Received: (qmail 1334 invoked by uid 512); 23 Jan 2006 14:03:41 -0500 Received: from david@bluesunrise.com by edison by uid 509 with qmail-scanner-1.22-st-qms (clamdscan: 0.75. spamassassin: 2.63. Clear:RC:1(64.105.95.102):. Processed in 0.028685 secs); 23 Jan 2006 19:03:41 -0000 X-Antivirus-MYDOMAIN-Mail-From: david@bluesunrise.com via edison X-Antivirus-MYDOMAIN: 1.22-st-qms (Clear:RC:1(64.105.95.102):. Processed in 0.028685 secs Process 1330) Received: from h-64-105-95-102.snvacaid.covad.net (HELO [127.0.0.1]) (david@bluesunrise.com@64.105.95.102) by mx.scriptall.com with SMTP; Mon, 23 Jan 2006 14:03:40 -0500 Message-ID: <43D52881.1090507@bluesunrise.com> Date: Mon, 23 Jan 2006 11:03:29 -0800 From: David Sean Taylor User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: graffito-dev@incubator.apache.org Subject: Re: [Vote] Migrate to Maven 2.0.2 References: <3b728ee90601191257j4b9c8d6am7ab91a89f954fbcc@mail.gmail.com> <43D08B8F.9050403@gmail.com> <3b728ee90601200029n1ecbc45ao97d8d41ac2148521@mail.gmail.com> <3b728ee90601200250n4b3b87w334d279fc637443c@mail.gmail.com> <43D12183.1060606@bluesunrise.com> <3b728ee90601201106g362fbe6ey3fc64326820dc3eb@mail.gmail.com> In-Reply-To: <3b728ee90601201106g362fbe6ey3fc64326820dc3eb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Christophe Lombart wrote: > Honestly, I would like to replace the DB support by a complete JCR support. Hi Christophe, Sorry for the late response, got sucked into some client work and Im just coming up now. Would that mean no relational backend involved? I think there are good and bad aspects to that solution. What exactly would be the datastore then? > > JCR is more appropriate for CMS, portal, and of course other "content" > oriented applications. > > data Import/export are supported in JCR spec. Why not to use JCR in > jetspeed instead of a RDBMS ? I think you will find a lot of useful > features in JCR like import/export, versioning, search, node types, > ... > I think it would be awesome to version things like PSML and registries entries. Not sure if its appropriate for all objects in the model though. I assume we haven't implemented the import/export end of the JCR spec. I would be interested in hearing how that works