|
I’m looking for a tool to map JavaBeans to Swing
components and do the reverse – set the properties in a JavaBean from Swing
components in a Swing container, similar to the Struts paradigm of mapping html
components to Form objects. Is there a Jakarta or other tool that will do
this?
|