Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 51019 invoked from network); 6 Oct 2006 10:05:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 10:05:24 -0000 Received: (qmail 64906 invoked by uid 500); 6 Oct 2006 10:05:24 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 64450 invoked by uid 500); 6 Oct 2006 10:05:22 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 64439 invoked by uid 99); 6 Oct 2006 10:05:22 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO [127.0.0.1]) (209.237.227.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 03:05:22 -0700 Message-ID: <45262B01.7090601@apache.org> Date: Fri, 06 Oct 2006 12:08:01 +0200 From: Carsten Ziegeler User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [2.2] Spring 2.0 final and property handling References: <4526258E.4020001@apache.org> <4526263E.5000105@apache.org> In-Reply-To: <4526263E.5000105@apache.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Reinhard Poetz wrote: > > hmm, why do we have another mechanism for setting properties now?. can't we put > in all properties into WEB-INF/cocoon/properties? > This was actually my first implementation, but I think there is a difference between properties which you might want to use for anything and a mechanism for overriding the configuration of your beans. The latter is also just for spring (and Avalon). So we have: WEB-INF/cocoon/properties - with any properties :) WEB-INF/cocoon/spring/*.xml Spring bean definitions WEB-INF/cocoon/spring/*.properties Spring bean configurations The difference might be subtle but I think we should keep this separate. But of course this is not carved in stone yet, so we can change it in every way we can agree on. Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/