Brent Verner wrote:
CURL - entry point for loading configurations. basically,
a CURL is a primitive URL-like object takes a Configuration URL, i.e.,
file:/path/to/file.${EXTENSION}
res:/path/to/file.${EXTENSION}
jdbc:${JDBC_URL} [1]
jndi:${JNDI_URL} [1]
and instantiates w "handler" to actually manage the
requested configuration. I _think_ I'd like for
UndefinedHandlerException - thrown when CURL handler is not found
??? [other bits from commons-configuration that should be here]
And what about delegating the configuration access job to [vfs] instead ? [configuration] + [vfs] looks like a powerful combination.
Emmanuel Bourg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
