Question:
Is there a way to use a RowSet as the source data for BeansBinding?
Details:
I would like to use the new BeansBinding support in JFormDesigner 5, based on JSR 295 using the JDesktop.org implementation.
But I would also like to use a row of a RowSet as the source data for fields on a detail form.
Perhaps I need to implement, or find an implementation of, Property/PropertyHelper that can talk to a RowSet. This would be another implementation alongside BeanProperty& ELProperty. Is this the right direction?
If a RowSet-savvy binding is available or possible, how can a RowSet-savvy binding could be used in a GUI builder when a RowSet does not have its columns and their data types determined until runtime?
I understand the basics of Swing and each widget's data model. But I'm new to the formalities of binding frameworks.