H
Hole
Hi There,
I was looking for a solution to bind Swing widgets and beans (or list
of beans).
Surprisingly, I've found some projects on dev.java.net that are
completely overlapped and it's not clear which project is active or
not (as for JSRs).
In Java 6 SE, there's no bean binding implementation.
So, is anyone aware of a standard, stabilized and wide-used by java
community for bindings?
In particular, I was looking for some patterns/libraries that allows
to bind directly a JTable and a list of beans. And, for instance,
retrieve the bean which corresponds to a selected row in a JTable and
binding properties of this selected bean to text properties of some
JLabels (imagine a panel with detailed info about the selected
object).
BTW, I'm really disappointed about this mess around...
Thanks in advance,
I was looking for a solution to bind Swing widgets and beans (or list
of beans).
Surprisingly, I've found some projects on dev.java.net that are
completely overlapped and it's not clear which project is active or
not (as for JSRs).
In Java 6 SE, there's no bean binding implementation.
So, is anyone aware of a standard, stabilized and wide-used by java
community for bindings?
In particular, I was looking for some patterns/libraries that allows
to bind directly a JTable and a list of beans. And, for instance,
retrieve the bean which corresponds to a selected row in a JTable and
binding properties of this selected bean to text properties of some
JLabels (imagine a panel with detailed info about the selected
object).
BTW, I'm really disappointed about this mess around...
Thanks in advance,