Package net.sf.jguiraffe.gui.forms.bind

This package contains implementations for concrete binding strategies.

A binding strategy acts as a mediator between a Form object and the data model used by an application. By separating the binding implementation from the form the form can support multiple model implementations, e.g. plain Java beans, map-based data transfer object, or SDO.

This package contains a few fundamental binding implementations. The most important one is BeanBindingStrategy that uses Java beans.

$Id: package.html 205 2012-01-29 18:29:57Z oheger $