views:

1299

answers:

3

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.

+3  A: 

Hibernate Validator is the reference implementation of JSR-303

skaffman
+5  A: 

Implementations:

Martin K.
+4  A: 

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/

bashflyng