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

5. Start Working with Java MVC

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

Before we thoroughly handle the Java MVC parts—model, view, and controller—we first need to talk about a number of topics that look upon Java MVC from a use-case perspective. This sits somewhat intermediary between the basic Hello World chapter and the subsequent survey of Java MVC implementation concepts. This chapter’s purpose is to gently improve your proficiency in Java MVC development. In detail, we are going to talk about handling data from form posts, parsing query parameters, converting input data types, and handling exceptions.

Handling User Input from Forms

In the Java MVC ...

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.