Menu

FormProc 0.6 Released

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

Removed XMLConstants interface which is no longer required. Removed references to this interface in all classes. Fixed numerous bugs from the 0.5.1 release. Replaced configuration with classes from EdenLib config package. Example of web app now packaged as a WAR for easy deployment. Example application now packaged as an executable JAR. Added script-root-type property to the ScriptFormValidator which can have a value of 'file' or 'classpath'. If file then the script-root is a file. If classpath then the script-root is relative to the classpath. Example apps both use ClassPathResourceLoader from EdenLib to load their configuration files. Changed age example field to use group validator with two nested validators. Fixed FormElement configuration bug (was sending wrong config object).

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

Posted by Anthony Eden 2002-01-10

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.