FormProc version 0.9 is now available at http://formproc.sf.net/
FormProc is an open source Java library designed to make handling and
validating forms easy. Forms are represented as objects which manage a
collection of form elements. Submitted data can be validated through
several mechanisms including regular expressions, BSF supported
scripting languages and custom Java classes.
This release includes the following changes: Complete rewrite of
validation interface to simplify creation and configuration of
validators. Mechanism for storing field values in a form's target
object is now pluggable through the Storer interface. Created two
storers: ReflectionStorer and MapStorer. Class validator's now
configured properly. Added ErrorDialog to example application.
Sincerely,
Anthony Eden
|