On Sun, 25 Nov 2001, Gunther Birznieks wrote: > I think a common way of passing config information > around P5EE is extremely useful. But I don't think it's > necessary either. Different types of configs are good > for different situations.
it's true, but it might be useful to make a distinction between system and application config, like you suggested re logging/tracing. for instance, we could use system properties, overridden by application properties if applicable, to specify the class to be used for serialization. i guess this is one use for stephen's $context->config() method :)
