Return-Path: Delivered-To: apmail-incubator-sling-dev-archive@locus.apache.org Received: (qmail 80749 invoked from network); 19 Sep 2007 09:49:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2007 09:49:41 -0000 Received: (qmail 60912 invoked by uid 500); 19 Sep 2007 09:49:33 -0000 Delivered-To: apmail-incubator-sling-dev-archive@incubator.apache.org Received: (qmail 60870 invoked by uid 500); 19 Sep 2007 09:49:33 -0000 Mailing-List: contact sling-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-dev@incubator.apache.org Received: (qmail 60861 invoked by uid 99); 19 Sep 2007 09:49:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 02:49:33 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 09:49:31 +0000 Received: by nf-out-0910.google.com with SMTP id k4so127635nfd for ; Wed, 19 Sep 2007 02:49:10 -0700 (PDT) Received: by 10.78.168.1 with SMTP id q1mr161742hue.1190195349609; Wed, 19 Sep 2007 02:49:09 -0700 (PDT) Received: from ?192.168.1.109? ( [87.102.138.82]) by mx.google.com with ESMTPS id 40sm415458hue.2007.09.19.02.49.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Sep 2007 02:49:08 -0700 (PDT) Subject: Re: Location of constants To: sling-dev@incubator.apache.org In-Reply-To: <46F0D0B3.3050909@apache.org> References: <46F0D0B3.3050909@apache.org> Content-Type: text/plain Date: Wed, 19 Sep 2007 11:48:59 +0200 Message-Id: <1190195339.9318.140.camel@bslm-046.corp.day.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit From: Felix Meschberger Sender: Felix Meschberger X-Virus-Checked: Checked by ClamAV on apache.org Hi, Am Mittwoch, den 19.09.2007, 09:33 +0200 schrieb Carsten Ziegeler: > i'm wondering if we should move some of the constants from > sling-app/Sling.java to the constants in core? > > For example the new sling.id or sling.home are of general interest in I partially agree. We should probably have some of the Sling constants (sling.home, sling.home.url, sling.id) replicated in the o.a.s.core.Constants class for use in Sling Bundles. I fear that referring to sling-core from the sling-app project is not practical either. Therefore, I suggest to just replicate these constants. Regards Felix