Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 3157 invoked from network); 8 Feb 2008 16:04:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2008 16:04:26 -0000 Received: (qmail 47313 invoked by uid 500); 8 Feb 2008 16:04:18 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 47276 invoked by uid 500); 8 Feb 2008 16:04:18 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 47267 invoked by uid 99); 8 Feb 2008 16:04:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 08:04:18 -0800 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: domain of uncled@day.com designates 62.192.10.254 as permitted sender) Received: from [62.192.10.254] (HELO goobak01.day.com) (62.192.10.254) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 16:03:48 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 567F350869; Fri, 8 Feb 2008 16:54:25 +0100 (CET) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by goobak01.day.com (Postfix) with ESMTP id 26A1250860 for ; Fri, 8 Feb 2008 16:54:25 +0100 (CET) Received: by fg-out-1718.google.com with SMTP id e12so3018222fga.1 for ; Fri, 08 Feb 2008 08:03:54 -0800 (PST) Received: by 10.86.96.18 with SMTP id t18mr11853136fgb.13.1202486634623; Fri, 08 Feb 2008 08:03:54 -0800 (PST) Received: by 10.86.61.5 with HTTP; Fri, 8 Feb 2008 08:03:54 -0800 (PST) Message-ID: <1b0d43d00802080803r171d88ceqa65ca115fa1af9a0@mail.gmail.com> Date: Fri, 8 Feb 2008 17:03:54 +0100 From: "David Nuescheler" Sender: uncled@day.com To: dev@jackrabbit.apache.org Subject: Re: Same name siblings In-Reply-To: <47AC7C94.1040200@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0802080723h26cc609ekc1825f9172773231@mail.gmail.com> <1b0d43d00802080748n7afb452dt143e5dd41ff474f1@mail.gmail.com> <47AC7C94.1040200@gmx.de> X-Google-Sender-Auth: 5bdcd1a23d4f5186 X-Virus-Checked: Checked by ClamAV on apache.org > > On the other hand I would really like to give people a means to > > work with large anonymous unordered collections. > > I think a feature that would address the "I have a bag of objects > > and I just want to persist them without thinking of a 'name' for > > each" usecase, would definitely be great. Maybe this could > > be the introduction of an addNode() without a childnode name. > A big +1 on that idea. > > "Store this and return me a path" would be really useful. Would it make > sense to allow the impl to choose the container as well? interesting twist, would that be a Session.addNode() vs. a Node.addNode() without a node name? regards, david