- 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.
推薦閱讀
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 數據結構(Python語言描述)(第2版)
- SAS數據統計分析與編程實踐
- Mastering Linux Network Administration
- Linux:Embedded Development
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- C++反匯編與逆向分析技術揭秘(第2版)
- HoloLens與混合現實開發
- 大學計算機基礎
- UI動效設計從入門到精通
- Node.js應用開發
- 算法(第4版)
- Oracle 11g寶典
- Beginning Application Development with TensorFlow and Keras
- 算法競賽寶典(第一部):語言及算法入門