javax-validation
Java Bean Validation Basics 1. Overview In this quick article, we’ll go over the basics of validating a Java bean with the standard framework – JSR 380, also known as Bean Validation 2.0. Validating user input is, of course, a super common requirement in most applications, and the Java Bean… Continue Reading javax-validation