bean-validation.md

July 15, 2021 · View on GitHub

Bookmarks tagged [bean-validation]

www.codever.land/bookmarks/t/bean-validation

Validating JAX-RS resource data with Bean Validation in Java EE 7 and WildFly

https://samaxes.com/2014/04/jaxrs-beanvalidation-javaee7-wildfly/

I have already approached this subject twice in the past. First, on my post Integrating Bean Validation with JAX-RS in Java EE 6, describing how to use Bean Validation with JAX-RS in JBoss AS 7, even ...


GitHub - jirutka/validator-collection

https://github.com/jirutka/validator-collection

This library allows you to easily create a “pseudo constraint” (typically named as @EachX) for any validation constraint to annotate a collection of simple types, without writing an extra validato...


Bean Validation 2.0 - you’ve put your annotations everywhere! by Gunnar Morling - 14min

https://www.youtube.com/watch?v=GdKuxmtA65I

Bean Validation 2.0 is out and the theme is Java 8. That’s a good thing since Java 8 brings not only new types to validate but also new locations to put annotations on.

We took that round to add usef...


Create Your Own Constraints With Bean Validation 2.0 - DZone Java

https://dzone.com/articles/create-your-own-constraint-with-bean-validation-20

Take a look at how you can create and export your own custom constraints for Bean Validation with this step-by-step tutorial.


Jakarta Bean Validation - Home Page

https://beanvalidation.org/

What is Jakarta Bean Validation Jakarta Bean Validation is a Java specification which