FormProc version 0.4 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.
Form configuration data is now loaded and monitored using the resource package in EdenLib 0.4. Currently the only supported resource loader is the FileResourceLoader, but additional resource loaders can easily be added. The configuration format in formproc.xml has changed to support the pluggable resource loaders. The config attribute in formproc.xml is deprecated; use the path attribute instead.
For more information please visit http://formproc.sf.net/ or contact Anthony Eden [me@anthonyeden.com].