Is there an implementation of JSR-303 (bean validation) available?

flybywire picture flybywire · Sep 6, 2009 · Viewed 26.5k times · Source

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.

Answer

bashflyng picture bashflyng · Jul 7, 2010

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/