This document describes the API of the JGoodies Binding, a library that connects object properties with UI components. The Binding:

Since version 2.0 the JGoodies Binding requires Java 5 or later. Since version 2.1 it requires the JGoodies Common library. Binding versions for Java 1.4 are available in the JGoodies Archive.

Getting Started

You can find presentation about Binding techniques at the JGoodies Articles page. Also check out the User's Guide in the accompanying HTML documentation. The accompanying tutorial sources demonstrate how to work with Binding. The package descriptions in these JavaDocs provide a reference and many JavaDoc class comments contain example code. Also Martin Fowler describes the Presentation Model pattern in the upcoming additions to his "Patterns of Enterprise Application Architecture".