Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 19356 invoked from network); 15 Nov 2010 16:33:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Nov 2010 16:33:22 -0000 Received: (qmail 17103 invoked by uid 500); 15 Nov 2010 16:33:53 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 17075 invoked by uid 500); 15 Nov 2010 16:33:53 -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 17066 invoked by uid 99); 15 Nov 2010 16:33:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 16:33:53 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ajay.kr.gtm@gmail.com designates 74.125.83.170 as permitted sender) Received: from [74.125.83.170] (HELO mail-pv0-f170.google.com) (74.125.83.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 16:33:43 +0000 Received: by pvf33 with SMTP id 33so932673pvf.1 for ; Mon, 15 Nov 2010 08:33:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=FdXu1YODLtDDk40jYohKVvo91DqgfXqHhuG0jOM6q54=; b=WVm4H311Bq6rD7z3yzfen/ew1GyguZixzu1/nE8WKRA88wNb1yIDBA+GWdeSOloyXK AZggyhIrACQy6YdFHBTUem+XLaP0LJn6ImJ7keJmje5mAG32MTunwEtRzZ8oP4bon7JI mqvGHKGZpZnBzI79a+0Hi4ygUTPnx2Ku9N/+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=uWYNeWfw15jT3Xl3DRm7tk+d6CSogw4Ts1S+VNcYiCefvuftkgmvM4u292pW2Dpbm4 s3n3HfsZrclOil1q0aUfxIPK2MKc+/Aky/RE7eFghpiXG54fB7dU47iqd+IUFk81wumY NjHlEZwS0XEnLA8/0dm8qsJfuGpy9uTM3jQtc= Received: by 10.142.199.18 with SMTP id w18mr3011224wff.326.1289838803550; Mon, 15 Nov 2010 08:33:23 -0800 (PST) Received: from [192.168.1.2] ([122.179.107.11]) by mx.google.com with ESMTPS id e14sm166742wfg.8.2010.11.15.08.33.21 (version=SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 08:33:22 -0800 (PST) Message-ID: <4CE160D0.2080307@gmail.com> Date: Mon, 15 Nov 2010 22:03:20 +0530 From: Ajay User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: adding existing datastore to jackrabbit repository References: <1B925285-4D4A-47BD-92A1-358856F09957@sptci.com> <4C1389F0-B095-418C-8CAC-DDD5A3358267@sptci.com> In-Reply-To: <4C1389F0-B095-418C-8CAC-DDD5A3358267@sptci.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 15-11-2010 06:34, Rakesh Vidyadharan wrote: > On 15 Nov 2010, at 06:11, Ajay wrote: > >> On Mon, Nov 15, 2010 at 4:36 PM, Rakesh Vidyadharanwrote: >> >>> On 15 Nov 2010, at 03:28, Ajay wrote: >>> >>>> Hi, >>>> >>>> I am new to jackrabbit. I tried jackrabbit's webdav for storing documents >>> in >>>> the repository. >>>> I have an existing database where i have xml files in DB. >>>> Is there any way that i can use to connect jackrabbit to existing >>> database. >>>> I want to query/read/write XML files in same way as from the jackrabbit >>>> repository. >>>> >>>> Thanks in advance >>> If you want to maintain your data where it is and just access it using a >>> JCR API, JBoss ModeShape is probably what you are after. >>> >>> Rakesh >> >> >> Hi Rakesh, >> >> First of all, Thanks for the quick reply. >> The scenario i am facing is that i have a db with many xml docs stored in >> it. >> I want to create a client or plugin that will access it through JCR API. >> Client may edit the docs and save them back to db. >> So i need some server for this client that will support JCR/WebDAV standard. >> >> I am not sure if JBoss ModeShape is good for this scenario because i have no >> knowledge about ModeShape. >> >> Thanks > http://docs.jboss.org/modeshape/latest/manuals/reference/html/web_access.html > > Rakesh > Thanks Rakesh -- Ajay