hi all,
in a swing application i'm developing, there is a lot of data
validations to be done, like e-mail validation, phone number
validation, date validation etc. Can anybody tell me where i can a get
a java library for such validations. please advice
Chanchal
andreaz - 13 Dec 2005 16:27 GMT
The common validation package from apache.org
http://jakarta.apache.org/commons/index.html is good solution, but if
you remain unsatisfied you can easylly extend it or write your
validation code by using Java Regular Expressions. Check the Java API
docs and Java Tutorial from Sun Microsystems
Roedy Green - 13 Dec 2005 22:37 GMT
>r write your
>validation code by using Java Regular Expressions.
see http://mindprod.com/jgloss/regex.html
to get started.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.