DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34106>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34106





------- Additional Comments From [EMAIL PROTECTED]  2005-03-22 07:52 -------
Configuration gives me these over java's properties:
1. convenience methods getXXX()

2. simple (though not consistent)

3. composite configurations

4. the ability to implement my own configuration logic

5. other types of configurations, not properties based.

i don't think that having an iterpolation will make things harder for clients.
either they do 'new SomeConfiguration', in which case, they'll do 'new
InterpolationConfiguration(new SomeConfiguration)' - not much more code, but
much clearer, stating the functionality they require, and allowing them to work
without this feature, or, they use the factory, in which case it can have a
flag, on by default, that makes the factory return the configuration decorated
as the above.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to