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.
|
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.
| |||
|
feedback
|
|
Hibernate Validator is the reference implementation of JSR-303 | ||||
|
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/ | ||||
|
feedback
|
|
Implementations: | |||
|
feedback
|
|
OVaL is not a JSR-303 validator, but it can convert jsr303 constraints into its own. | |||
|
feedback
|