上QQ阅读APP看书,第一时间看更新
Using Jakarta Bean Validation for data validation
You can use Bean Validation to constrain your data in many different ways. In this recipe, we are going to use it to validate a JSF form so that we can validate it as soon as the user tries to submit it and avoid any invalid data right away.