From: Anthony E. <me...@an...> - 2002-11-08 19:04:32
|
FormProc version 1.1 is now available at http://www.formproc.org/ . 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: FormConfiguration, FormElement and FormElementGroup are now interfaces. Added abstract base classes for new interfaces. Moved default FormConfiguration implementation to org.formproc.config.XMLConfiguration. Created default implementations of the FormElement and FormElementGroup interfaces in the org.formproc.form package. Added setFormConfiguration() method to FormManager. Added BasicFormElement and BasicFormElementGroup classes which provide a means for configuring elements and groups programmatically. Added REValidator constructor which takes a pattern string as an argument. Added support for handling parameter arrays in HttpServletRequest parameters. Sincerely, Anthony Eden ----------- Aetrion LLC http://www.aetrion.com/ ae...@ae... Reduce. Reuse. Relax. |