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

6. In-Depth Java MVC

Peter Späth1 
(1)
Leipzig, Sachsen, Germany
 
In this chapter, we thoroughly handle the various features provided by Java MVC. Note that this chapter is not a substitute for the official Java MVC specification (the latest version is 1.0 as of the writing of this book), which you can find at:
https://download.oracle.com/otndocs/jcp/mvc-1-final-spec

Instead, this chapter covers the patterns you will most often encounter, and we will also work through some example snippets.

The Model

For the model part of Java MVC, not to be confused with a database model, the original idea of a MVC framework is rather unagitated. Model classes were just Java bean ...

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.