--- Peter Severin <[EMAIL PROTECTED]> wrote: > Thank you, > > I was hoping that I can get around without modifying additional files. > On the other hand having a declaration makes sence because the container > needs to know about components in order to do its work. The idea is that > we have a large application for which we have a large number of service. > Most of them won't be configurable from avalon xconf file. It would be > interesting to be able to have two configuration files, one maintaned > manually and the other automatically. > > Regards, > Peter. >
Some of the other Avalon containers do this. For example, look at the Merlin configuration schema: http://avalon.apache.org/sandbox/merlin/starting/hello/config/index.html It seperates component deployment from component configuration and allows for defaults and overrides. jaaron __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
