JGoodies Binding is a free Swing data binding framework that synchronizes object properties with Swing components. And it helps you represent the state and behavior of a presentation independently of the GUI components used in the interface.
JGoodies Binding reduces the code necessary for object presentation, stream-lines the development process for data binding, provides advanced features for automatic update notification, and assists you in separating the domain and presentation layers.
JGoodies Binding has been designed to make the hard stuff possible and simple things a bit easier.
Requirements:
· Java 5 or later
What's New in This Release: [ read full changelog ]
· This version adds support for binding sorted JTables. It is binary compatible with previous versions. However, there's a significant change in the behavior of the binding to sorted tables.