I have my own code at work that does resource management. From the quick look I took at [resources] it was more flexible, so in my dream world of infinite time to work on commons, I was going to add stuff to [resources].
Ideas include: - Main interface supports direct access to multiple types of resource: - String - List of Strings - Map (ordered) of String to Strings - XML structure - perhaps others, such as Integer, Boolean, and any other bean - Resource chaining - To allow multiple files to be merged into one (an 'extends' keyword for resources) - for a large product where the product has a fixed base configuration, and users should override the base configuration rather than change it Anyone know where I can buy an infinite time machine....;-) Stephen ----- Original Message ----- From: "Robert Leland" <[EMAIL PROTECTED]> > robert burrell donkin wrote: > > > what's current status of the resources sandbox component? > > http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=106006188608959&w=4 > > I am not an official committer for resources but you have my +1. > > You have my vote for the Commons Good Citizen Award !!!' > > -Rob > > > > > > > the site's maven-generated but badly out of dates with minimal > > documentation. some of the javadocs looks like it might have been > > cut-and-pasted in. i'm not sure whether some of the code doesn't work > > or whether i just don't understand what it's supposed to do. > > > > i'd be willing to dive in and take a look at documenting and fixing up > > some stuff if there are folks out there who'll keep me on the straight > > and narrow. > > > > - robert > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
