I know there are non-standard frameworks such as commons-validator, and hibernate validator.

I wanted to know if someone knows an implementation of the official standard.

link|improve this question

feedback

4 Answers

up vote 11 down vote accepted

Hibernate Validator is the reference implementation of JSR-303

link|improve this answer
feedback

There are 2 compliant implementations now:

You can access a benchmark and a quick description of both here: http://carinae.net/2010/06/benchmarking-hibernate-validator-and-apache-beanvalidation-the-two-jsr-303-implementations/

link|improve this answer
feedback

Implementations:

link|improve this answer
feedback

OVaL is not a JSR-303 validator, but it can convert jsr303 constraints into its own.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.