- Jakarta EE Cookbook
- Elder Moraes
- 94字
- 2021-06-24 16:12:34
Running your first Jakarta Bean Validation 2.0 code
Jakarta Bean Validation is a Java specification that basically helps you to protect your data. Through its API, you can validate fields and parameters, express constraints using annotations, and extend your customs validation rules.
It can be used both with Java SE and Jakarta EE.
In this recipe, you will have a glimpse of Jakarta Bean Validation 2.0. It doesn't matter whether you are new to it or are already using version 1.1; this content will help to familiarize you with some of its new features.
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- Software Defined Networking with OpenFlow
- 從零開始:數字圖像處理的編程基礎與應用
- Getting started with Google Guava
- 大學計算機基礎實驗教程
- Java開發入行真功夫
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Full-Stack React Projects
- 深入RabbitMQ
- Hands-On Full Stack Development with Go
- Active Directory with PowerShell
- Python機器學習算法: 原理、實現與案例
- Advanced Express Web Application Development
- Learning Apache Karaf
- Extreme C