Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 3.09 KB

bean-validation.md

File metadata and controls

44 lines (37 loc) · 3.09 KB

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 ...


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...


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...


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.


https://beanvalidation.org/

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