© Peter Späth 2021
P. SpäthBeginning Java MVC 1.0https://doi.org/10.1007/978-1-4842-6280-1_7

7. In-Depth Java MVC: Part II

Peter Späth1 
(1)
Leipzig, Sachsen, Germany
 

In this chapter, we continue our in-depth survey of Java MVC. We talk about some topics that you’ll encounter less frequently compared to the topics discussed in the last chapter, but that could be important to your project, depending on the circumstances. This includes bean validation, injectable context, partial page updates, and observer classes. We also deepen our knowledge about state handling, and we include some configuration topics.

Adding Bean Validation

Bean validation (version 2.0) is described by the JSR 380 specification. The full specification can be downloaded from https://jcp.org/en/jsr/detail?id=380 ...

Get Beginning Java MVC 1.0: Model View Controller Development to Build Web, Cloud, and Microservices Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.