From dev-return-17900-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Apr 01 08:34:31 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 45011 invoked from network); 1 Apr 2008 08:34:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 08:34:31 -0000 Received: (qmail 76812 invoked by uid 500); 1 Apr 2008 08:34:29 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 76788 invoked by uid 500); 1 Apr 2008 08:34:29 -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 76779 invoked by uid 99); 1 Apr 2008 08:34:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 01:34:29 -0700 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 bdelacretaz@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 08:33:48 +0000 Received: by wa-out-1112.google.com with SMTP id m34so2611881wag.9 for ; Tue, 01 Apr 2008 01:34:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=TMeCPowODrc8SSoYMF1ns9kJnBaY5pCUhXwOsEMoNsU=; b=tHG7J8HLyYqTC4voV7t/Y8OchzAWDFA6L+ZPhMYtL/Qzsg/zjTiCPyNcNKj5bJIOHs25SJqCJS6lvDV975FSRHuKi5vauCZaBHL2xTwdoS1D6fU7QRiqeEtRC5wKQMCgjuyA8L97wpnOmtAeW5KtaB4I0AGHfuSe3EzJKPj14sA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kPbhVUWL6SQuNWnZxYCbV0UoPMiwiK7AMlxevJP9nz7sFB7/Gzvp6rt3EdNS4iprzXNhZwRzHP+wHOYD6VUXi8u2P1TUMucifvHg21KAG+kzaiaVR4x4Oy4qN321CeDwVE8ZGgq5rmhtphi9gSTT7Xodt4YNi6tuYNbL9CAB3RE= Received: by 10.115.73.20 with SMTP id a20mr11793589wal.142.1207038839974; Tue, 01 Apr 2008 01:33:59 -0700 (PDT) Received: by 10.114.196.14 with HTTP; Tue, 1 Apr 2008 01:33:59 -0700 (PDT) Message-ID: Date: Tue, 1 Apr 2008 09:33:59 +0100 From: "Bertrand Delacretaz" Sender: bdelacretaz@gmail.com To: dev@jackrabbit.apache.org Subject: Re: JCR & thesis In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803272313.5028@centrum.cz> <1b0d43d00803271532q2917e181k33514367d1a96c66@mail.gmail.com> <200803311522.28641@centrum.cz> <510143ac0803310905p5e0facc2h95c679fc5b0d0c06@mail.gmail.com> X-Google-Sender-Auth: 46c73bc91379c896 X-Virus-Checked: Checked by ClamAV on apache.org Hi Andreas, On Tue, Apr 1, 2008 at 9:02 AM, Andreas Hartmann wrote: > ... just for my understanding: Before saving I would parse the document, > extract all internal links and add them to a "outgoingLinks" multi-value > property? This makes a lot of sense. We could even add this feature to > our current Lenya repository (we have multi-value meta data).... That's how I would do it, either with one node per link, which would allow for richer link metadata to be added later if needed, or with a multi-value property as you suggest. -Bertrand