Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 50380 invoked from network); 14 Dec 2004 17:29:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Dec 2004 17:29:22 -0000 Received: (qmail 45840 invoked by uid 500); 14 Dec 2004 16:50:18 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 45796 invoked by uid 99); 14 Dec 2004 16:50:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of peeter.piegaze@gmail.com designates 64.233.170.207 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.207) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Dec 2004 08:50:02 -0800 Received: by rproxy.gmail.com with SMTP id g11so168183rne for ; Tue, 14 Dec 2004 08:49:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=K7QQHucxS8d7pgOTKecvl9NkT2qb63X+jCAds14oCoUaNEp5KC+K2IKzzNJ4Qul5U+kTYx8LqxyeeB3wba5becAOn+tE+0LdD/ORWeJ53WFjmTdsI7LtYn87A3tWt6Weyvg386RiOGsZDSyZprFM/I6dnkbWqoyVwjs6jg0YAT0= Received: by 10.38.10.73 with SMTP id 73mr489976rnj; Tue, 14 Dec 2004 08:49:38 -0800 (PST) Received: by 10.38.162.20 with HTTP; Tue, 14 Dec 2004 08:49:38 -0800 (PST) Message-ID: <3df33a250412140849206db6e1@mail.gmail.com> Date: Tue, 14 Dec 2004 17:49:38 +0100 From: Peeter Piegaze Reply-To: peeter.piegaze@day.com To: jackrabbit-dev@incubator.apache.org, Oliver Kiessler Subject: Re: Domains and users In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 14 Dec 2004 17:03:45 +0100, Oliver Kiessler wrote: > hi, > I am currently getting started on jackrabbit JCR. I am wondering if I > should keep users accessing my knowledge management system within the > repository (like in node "/global/users/..."? Is there a best practice > or recommondation? Since there are currently few "practices" there are very few "best practices" :-) But yeah, it is certainly a reasonable: if you need to store user info you may as well do it within the repository itself. > How about domains? Let's assume I have an enterprise with lots of > divisions. Would I create a new workspace for every division or > seperate them in different node branches like > "/domains/enterprise_xy/a/content/...", > "/domains/enterprise_xy/b/content/..."? probably the latter...depends what you want to do