New posts in bean-validation

Validate class level bean validation constraints in JSF

Inject Service in ConstraintValidator [Bean Validator - JSR 303] Spring

JSR 303: How to Validate a Collection of annotated objects?

what to use, managed beans (backing beans) or entity beans?

How to I get Spring-Data-MongoDB to validate my objects?

How to disable Hibernate validation in a Spring Boot project

Spring MVC - @Valid on list of beans in REST service

Unique constraint with JPA and Bean Validation

kotlin data class + bean validation jsr 303

Annotations from javax.validation.constraints not working

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

Hibernate Validation of Collections of Primitives

In Hibernate Validator 4.1+, what is the difference between @NotNull, @NotEmpty, and @NotBlank?

Bean Validation @NotNull, @NotBlank and @NotEmpty does not work in JSF+Tomcat

JSR 303 Validation, If one field equals "something", then these other fields should not be null

How to perform JSF validation in actionListener or action method?

How can I validate two or more fields in combination?

Cross field validation with Hibernate Validator (JSR 303)