On Wednesday, August 6, 2003, at 04:25 PM, Alexis Agahi wrote:
On Wednesday 06 August 2003 20:19, Peter Royal wrote:

Perhaps look at
http://avalon.apache.org/excalibur/configuration/configuration-
merger.html

And the FilesystemPersistentConfigurationRepository component that you
can use in Phoenix.

Whoa :O


Indeed, configuration-merger can feets the required needs.
Incredible :)

But, don't think having xsl-xpath like query could be easier to use when
dealing with a lots of values in <get-crazy>many configuration
files</getcrasy>?

Rather than something like that, I was thinking of the ability to do


<threadmanager>
 <threads>${default.thread.count}</threads>
</threadmanager>

with user.properties containing
default.thread.count=5


so to make the "merge source" as it will, be any format, and use something more like property interpolation inside of the XML configuration themselves. make sense?
-pete



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to