Apache Commons Validator
From Java Example Source Code
[edit] Overview Apache Commons Validator
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.
[edit] Apache Commons Validator Resources
- Web site: http://commons.apache.org/validator/
- Download: http://commons.apache.org/downloads/download_validator.cgi
- Java API: Apache Commons Validator API
- Examples: Apache Commons Validator by exampes
- Tutorial:
- News or Forums:
