- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 137字
- 2021-07-23 19:24:29
Data validation
Validating your application's data is a required step before any of your business operations. Jakarta EE provides the Java Validation API, which integrates well with other APIs, like JPA and JAX-RS. With this API, you can declare all your validation rules to be processed automatically for you, whenever you receive new data from the user. It's as easy as annotating your domain objects with the appropriate annotation.
In Chapter 4, Validating Data with Bean Validation 2.0, we'll learn how to use the Java Validation API to perform programmatic and automatic bean validation, how to validate graphs of objects in a bean, and the different validation constraints available. Moreover, we'll learn how to validate bean method parameters and return values, and how to define custom validation constraints to handle more complex and recurrent validation scenarios.
- 大話PLC(輕松動漫版)
- PHP程序設計(慕課版)
- Python自動化運維快速入門
- MATLAB應用與實驗教程
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Oracle BAM 11gR1 Handbook
- Apex Design Patterns
- 深入淺出Serverless:技術原理與應用實踐
- Building RESTful Python Web Services
- C# Multithreaded and Parallel Programming
- Building Serverless Architectures
- Wearable:Tech Projects with the Raspberry Pi Zero
- Visual Basic語言程序設計上機指導與練習(第3版)
- C#程序開發參考手冊