Menu

FormProc 0.3 Released

FormProc version 0.3 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.

Write methods can now be specified for each form element; if no write method is specified then a setxxx() method will be used. Upgraded to EdenLib 0.3. Converted all logging to generic logging package provided by EdenLib.

For more information please visit http://formproc.sf.net/ or contact Anthony Eden [me@anthonyeden.com].

Posted by Anthony Eden 2001-09-27

Log in to post a comment.