-
Course
- Core Tech
Bean Validation 1.1
Learn how to create and add business constraints to your Java SE and Java EE applications.
What you'll learn
Processing, storing, and retrieving valid data is crucial for an application, that's why validation is a common task that needs to be done in several layers of your application. In this course you will learn how Bean Validation allows developers to write constraints in a standard way and apply them everywhere (bean, properties, constructors, method parameters, and return value). You will also see how Bean Validation can be integrated in other Java EE specifications.