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

前端 未结 6 689
有刺的猬
有刺的猬 2020-11-28 08:55

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 stan

6条回答
  •  情深已故
    2020-11-28 09:33

    There are 2 compliant implementations now:

    • Apache Bean Validation (formerly agimatec)
    • Hibernate Validator

    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/

提交回复
热议问题