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 ...
- :calendar: published on: 2014-04-01
- tags: bean-validation, jaxrs, javaee, wildfly, jboss
- :octocat: source code
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...
- tags: java, bean-validation
- :octocat: source code
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...
- :calendar: published on: 2017-11-10
- tags: javabeans, bean-validation, java, java-8
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.
- :calendar: published on: 2018-01-09
- tags: java, validation, bean-validation
Jakarta Bean Validation - Home Page
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