JSR 303 Bean Validation contains out of the box some constrains, but also allow to define custom constrains.
I have the feeling that there are a lot of constraints common for a lot of projects that are not shipped with the JSR implementations.
- Range for Dates
- Password Complexity Checks
- Equals Cross Field Validation (Stack Overflows Highest Voted 'bean-validation' question)
- ...
So my question is: Is there a (trustworthy) library that contains commons jsr 303 (Bean Validation) constraints?