Hi all, I just found he time to check-in a PoC about my vision about the converters[1] component; as I described before, I wanted to reach a good level of granularization there, I started dividing the converters by "areas".
So, we do have a 'core' module which contains shared stuff across all converters, there is the 'net' module which contains converters related to java.net objects, such URI, URL, ..., then we have the 'sql' module which takes care about all java.sql type conversion, ..., and the 'all' module which packages all the previous one module in a big fat artifact. I didn't copied all converters from [configuration] but my purpose ATM was just providing an implementation about the idea I gave on the past week, so you can have a look at it. WDYT? Happy hacking! -Simo [1] https://svn.apache.org/repos/asf/incubator/onami/sandbox/converters http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/
