See: Description
Class | Description |
---|---|
BeanBindingStrategy |
An implementation of the
BindingStrategy interface that operates on
Java beans. |
DummyBindingStrategy |
A dummy implementation of the
BindingStrategy interface. |
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 $
Copyright © 2016 The JGUIraffe Team. All rights reserved.