Who's currently spearheading the continued development and maintenance of the Bean Utils and the new Dyna Beans? I'd very much like to coordinate with you to see if I can help contribute to the continued development of this package.
A good while back, Craig had expressed interest in the design of a bean reflection library I had created prior to Struts. At the time though, my work prevented me from contributing. Things have changed now, and I'd like to help out in any way I can. Doug PS The sort of feature that attracted Craig's initial interest (this was a long while back) was the generality of the binding framework, which included interfaces like public interface IProperty { public String getName(); public Object getValue(); public void setValue(Object value) throws ReadOnlyException, ClassCastException; public boolean isReadOnly(); public Class getType(); } which allow you to find to an attribute, without being concerned whether it was in a JavaBean, Hashtable, DynaBean, RowSet, etc.. -- Let us carefully observe those good qualities wherein our enemies excel us; and endeavor to excel them, by avoiding what is faulty, and imitating what is excellent in them. Plutarch (46-120 A.D.) Greek Essayist and Biographer -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>