Bookmarks tagged [bean-validation]
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 ...
- 📆 published on: 2014-04-01
- tags: bean-validation, jaxrs, javaee, wildfly, jboss
- source code
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...
- tags: java, bean-validation
- source code
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...
- 📆 published on: 2017-11-10
- tags: javabeans, bean-validation, java, java-8
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.
- 📆 published on: 2018-01-09
- tags: java, validation, bean-validation
What is Jakarta Bean Validation Jakarta Bean Validation is a Java specification which
- lets you express constraints on object models via annotations
- lets you write custom constraints in an ext...
- tags: java, javaee, bean-validation, javabeans, validation