Is there anything in Commons or elsewhere that, given:

1) a JavaBean, and
2) either a java.awt.Container holding Swing components or an object with a set of fields that are Swing components


will fetch all the bean properties that match the set of Swing components (by name), and set the Swing components from them, or the reverse? I'd like to to require no declaration of properties to be mapped. It should use reflection or something like that.

Something that handles JTextComponent and maybe JCheckBox and a few others would be nice. Integration with XmlBeans would be good (call isSetXXX() first to see if there is data).

Thanks.

Dave Briccetti
Lafayette, California


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to