Library
Apache Jakarta Commons Validator version 1.3
A common issue when receiving data either electronically or from user input is verifying the integrity of the data. This work is repetitive and becomes even more complicated when different sets of validation rules need to be applied to the same set of data based on locale. Error messages may also vary by locale. This package addresses some of these issues to speed development and maintenance of validation rules.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.commons.validatorThe Validator package provides validation for JavaBeans based on an xml file.
org.apache.commons.validator.exampleNo description provided.
org.apache.commons.validator.routines

This package contains independant validation routines.

org.apache.commons.validator.util

This package contains utility classes used by Commons Validator.

Search