FormProc version 0.2 is now available at http://formproc.sf.net/
FormProc is a 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 contains the following changes: FormValidator implementations are now specified at deploy-time. Implementation mappings can include a property map of name
value pairs for shared properties. Script root now specified as a property of the ScriptFormValidator validator map entry. Added RuleFormValidator - a rule-based validator (concept courtesy of Nick Bauman). Added isValid(String field) to ValidatorResultMap. Added ExampleApp which shows how FormProc can be used in Java applications. For a complete list of changes see the change log.
For more information please visit http://formproc.sf.net/ or contact Anthony Eden [me@anthonyeden.com].