Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 33258 invoked from network); 17 Apr 2005 15:04:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Apr 2005 15:04:58 -0000 Received: (qmail 37691 invoked by uid 500); 17 Apr 2005 15:04:58 -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 37675 invoked by uid 99); 17 Apr 2005 15:04:58 -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 david.nuescheler@gmail.com designates 64.233.170.203 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.203) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 17 Apr 2005 08:04:56 -0700 Received: by rproxy.gmail.com with SMTP id y7so1024186rne for ; Sun, 17 Apr 2005 08:04:55 -0700 (PDT) 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:content-disposition:references; b=ZdaGWhEg4KniyM95b68reUPwsMNLl6uLpoBl6vB+V+DCmmbS2uIr+TCp72zOjM9uZjiioDZalroK8hHNaXt2L+XiqRkJF6VBYMElHOyPwngR7VQ6+pFx1gIWqINcJf7jrKnUXWYfBUE9tNsu6J+lCQ7V+SNTRTJ89VwbbnakyTg= Received: by 10.38.150.20 with SMTP id x20mr4912818rnd; Sun, 17 Apr 2005 08:04:55 -0700 (PDT) Received: by 10.38.11.73 with HTTP; Sun, 17 Apr 2005 08:04:55 -0700 (PDT) Message-ID: Date: Sun, 17 Apr 2005 17:04:55 +0200 From: David Nuescheler Reply-To: david.nuescheler@day.com To: jackrabbit-dev@incubator.apache.org, Christophe Lombart Subject: JCR and "other repositories" In-Reply-To: <3b728ee9050417024956ab0d10@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3b728ee9050417024956ab0d10@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ was: Re: Getting "custom" objects from the repository? ] hi christophe,=20 thanks for your comment this all sounds very interesting and is probably all worth individual threads. so let me start with this one ;) > Just some other words to clarrify Graffito goals : > 1. Provide a object mapping on the different repository technologies > (now mainly for JCR :-) ) sounds very interesting. however, schouldn't jcr serve as such an=20 abstraction layer? that's certainly one of the design goals of jsr-170. of course i realize that the market adoption is not comparable to jdbc (yet ;) ), but translated into the realm of databases this=20 sounds to me like providing java database connectivity=20 via jdbc "and others ;)" rather than providing a (minimal) jdbc driver=20 for those "other databases". am i completely mistaken? regards, david