From jackrabbit-dev-return-455-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Tue Dec 14 16:33:39 2004 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 5252 invoked from network); 14 Dec 2004 16:33:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Dec 2004 16:33:39 -0000 Received: (qmail 13104 invoked by uid 500); 14 Dec 2004 16:06:29 -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 6286 invoked by uid 99); 14 Dec 2004 16:04:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of oliver.kiessler@gmail.com designates 64.233.170.193 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.193) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Dec 2004 08:04:08 -0800 Received: by rproxy.gmail.com with SMTP id g11so162406rne for ; Tue, 14 Dec 2004 08:03:46 -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:mime-version:content-type:content-transfer-encoding; b=tLXFQZaEzlP9KnfRes73zbolClzh1JfPF5jDlzHTAVuI1pPMJ8OJj70hUTOTKI8aPWmWuQBk95v03Ny1psdMcyOWayhcmhm9os5my30FpwmCNYV5jqsWqCmN2Hi1PgdbaU1THayBJuLDugRrhntBi6lh2CQC3BQc12JVA6i6OKo= Received: by 10.38.9.50 with SMTP id 50mr1603358rni; Tue, 14 Dec 2004 08:03:45 -0800 (PST) Received: by 10.38.162.24 with HTTP; Tue, 14 Dec 2004 08:03:45 -0800 (PST) Message-ID: Date: Tue, 14 Dec 2004 17:03:45 +0100 From: Oliver Kiessler Reply-To: Oliver Kiessler To: jackrabbit-dev@incubator.apache.org Subject: Domains and users Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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? 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/..."? cheers, oliver