Thursday, 15 April 2010

java - Is there a common constraint library for jsr 303 (Bean Validation)? -



java - Is there a common constraint library for jsr 303 (Bean Validation)? -

jsr 303 bean validation contains out of box constrains, allow define custom constrains.

i have feeling there lot of constraints mutual lot of projects not shipped jsr implementations.

range dates password complexity checks equals cross field validation (stack overflows highest voted 'bean-validation' question) ...

so question is: is there (trustworthy) library contains commons jsr 303 (bean validation) constraints?

i'm not aware of dedicated constraint library, jsr 303 reference implementation hibernate validator provides several additional constraints, such @email, @scriptassert, @url etc. (disclaimer: i'm contributing hibernate validator).

if have additional ideas or requirements other constraints, sense free create feature request in our jira instance.

java bean-validation

No comments:

Post a Comment