On Mar 14, 2008, at 8:24 AM, Jason van Zyl wrote:
The additions Dain has made to XBean adds things I was just never interested in like constructor injection and bean factories.
Also xbean-reflect "thinks" in java.lang.reflect.Type terms so it's easy to add converters that are generics-aware. For example I recently added converters for Map<K,V> and Set<T> and List<T> and it only took an hour.
Just in general the code is pretty small and tight as well and generally very easy to add features.
-David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
