net.sf.jguiraffe.gui.forms.bind.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jguiraffe Show documentation
Show all versions of jguiraffe Show documentation
Java GUI Resource and Application Framework with Form Extensions
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 192 2010-08-22 16:15:22Z oheger $
© 2015 - 2024 Weber Informatics LLC | Privacy Policy