Why does ConfigurationMap not implement Configuration ...or 
MapConfiguration implement Map for that matter.  Is it a deliberate 
decision to not have a combined model?

For my own use, I have adapted tags/CONFIGURATION_1_2 and coded 
ConfigurationMap implements Configuration .  I find this easier than 
continually calling 
  mapConfig.getConfiguration().getInteger( "key" );
given the ethos behind getInteger() et al. is to simplify the access 
model.

Marc

Reply via email to