Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 81309 invoked from network); 28 Sep 2010 10:16:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Sep 2010 10:16:18 -0000 Received: (qmail 95654 invoked by uid 500); 28 Sep 2010 10:16:17 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 95403 invoked by uid 500); 28 Sep 2010 10:16:15 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 95394 invoked by uid 99); 28 Sep 2010 10:16:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 10:16:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.64.63.171] (HELO mail.sptci.com) (208.64.63.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 10:16:07 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.sptci.com (Postfix) with ESMTP id 72494AA936B for ; Tue, 28 Sep 2010 03:15:46 -0700 (PDT) X-Virus-Scanned: amavisd-new at sptci.com Received: from mail.sptci.com ([127.0.0.1]) by localhost (mail.sptci.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Wpp-u5arH7ni for ; Tue, 28 Sep 2010 03:15:44 -0700 (PDT) Received: from www.rakeshv.org (unknown [64.81.229.247]) by mail.sptci.com (Postfix) with ESMTPSA id E772BAA936A for ; Tue, 28 Sep 2010 03:15:43 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: connection to a legacy system From: Rakesh Vidyadharan In-Reply-To: Date: Tue, 28 Sep 2010 05:15:42 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <1B66E39A-341D-406C-B701-79A457BBC50E@sptci.com> References: To: users@jackrabbit.apache.org X-Mailer: Apple Mail (2.1081) On 28 Sep 2010, at 02:03, Nicolas Delsaux wrote: > On Tue, Sep 28, 2010 at 8:51 AM, Ista Pouss wrote: >>=20 >> If you read only, you implements level one of jcr spec to read your = system >> whith your own implementation. >>=20 >> No need to use jackrabbit I think ? Why do you want to use jackrabbit = ? >>=20 > I was thinking it could add me some feature level. However, I've > already thought adding a JCR level one view to my system. But I fear > it may be a too heavy task (while i though creating a > RepositoryManager was "quite" simple, which is obviously not ;-)). > Have you guys already implemented JCR level one in a legacy/non > standard system ? Do you have any advice for me ? > Thanks >=20 > --=20 > Nicolas Delsaux JBoss ModeShape advertises some kind of connector system to connect to = various types of legacy systems. You could explore that option as well. Rakesh=