mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
12 lines
545 B
Plaintext
12 lines
545 B
Plaintext
Generic Java library for validating data constraints.
|
|
|
|
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 for example. Error messages may also vary by
|
|
locale. This package attempts to address some of these issues and
|
|
speed development and maintenance of validation rules.
|
|
|
|
WWW: http://jakarta.apache.org/commons/validator/
|