FormProc version 0.8 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: Added support for FormElement
groups and validators which are applied to these groups. Renamed classes to
provide more accurate names. Form.process() now returns a FormResult object.
Added TypeConverter classes for converting types before calling the target
object's write methods. Upgraded to EdenLib 1.0b4. Removed xerces.jar and
jdom.jar. Now using JAXP and Crimson for configuration parsing. Updated
examples and documentation to demonstrate new features.
For more information please visit http://formproc.sf.net/ or contact Anthony
Eden [me...@an...]. You can also join the FormProc mailing list at
http://lists.sourceforge.net/lists/listinfo/formproc-developer
|