summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-logging/pkg-descr
blob: d200e05fb8f4d0b94ee0fa96dad8bacd934ed887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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/