From users-return-1001-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Sat Oct 14 09:07:51 2006 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 42345 invoked from network); 14 Oct 2006 09:07:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Oct 2006 09:07:51 -0000 Received: (qmail 58438 invoked by uid 500); 14 Oct 2006 09:07:50 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 58423 invoked by uid 500); 14 Oct 2006 09:07:50 -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 58414 invoked by uid 99); 14 Oct 2006 09:07:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Oct 2006 02:07:50 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: error (asf.osuosl.org: encountered temporary error during SPF processing of domain of riyaz.mansoor@gmail.com) Received: from [202.1.192.219] (HELO engine28.dhivehinet.net.mv) (202.1.192.219) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Oct 2006 02:07:50 -0700 Received: from dedicated296.dhivehinet.net.mv ([202.1.196.42] helo=[192.100.100.96]) by engine28.dhivehinet.net.mv with esmtp (Exim 4.60) (envelope-from ) id 1GYfRa-0006xD-BI for users@jackrabbit.apache.org; Sat, 14 Oct 2006 14:04:34 +0500 Message-ID: <4530A9D9.3030300@gmail.com> Date: Sat, 14 Oct 2006 14:11:53 +0500 From: Riyaz Mansoor User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: [newbie] using jackrabbit References: <452DE803.6050606@gmail.com> <96ab3ced0610130632x3f1da32cw138ca5a972085177@mail.gmail.com> <4530A1CC.50606@gmail.com> <96ab3ced0610140150u636ecb80i2c01c469ebd5eba4@mail.gmail.com> In-Reply-To: <96ab3ced0610140150u636ecb80i2c01c469ebd5eba4@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 hi ok. i just need an idea about the following. 1) if i set a property for a node - how is it mapped to the database? 2) how are nodes mapped to the database? riyaz Michael Neale wrote: > the database can be seperate, as its JDBC, it just has a URL that points to > another server. Jackrabbit itself is also "remotable" via RMI anyway, so > you > can have multiple tiers. > > I worked through "first hops" to get an example going. Then its really a > matter of noodling around with the API, and keeping the JCR spec open (the > spec is pretty informative, but not specific to Jackrabbit). You really > have > to play with it to see what it can do, its not a complex api (other then > the > specs requirement for 10 000 checked exceptions for each call you do ;)