Hi all I noticed that, in Velocity Engine, the dependency on Commons Collections is due to the use of ExtendedProperties and LRUMap.
I know what to do with LRUMap (shade the needed classes of Commons Collections), however I think ExtendedProperties could be replaced with Commons Configuration. So, if we want, we can move from simple properties files to other types (e.g. XML, servlet parameters) with no extra effort. Moreover Commons Configuration allows loading multiple sources: this is important to me since I would like to implement, later, the ability to load configuration from multiple files (for example to load user directives from various JARs automatically, without configuration). WDYT? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
