Spring MVC: A Tutorial
by Paul Deck
ISBN: 9780980839654
$44.99, 368 pages

This is a tutorial on Spring MVC, a module in the Spring Framework for rapidly developing web applications. The MVC in Spring MVC stands for Model-View-Controller, a design pattern widely used in Graphical User Interface (GUI) development. This pattern is not only common in web development, but is also used in desktop technology like Java Swing. Sometimes called Spring Web MVC, Spring MVC is one of the most popular web frameworks today and a most sought-after skill.

This book is for anyone who wants to learn how to develop Java-based web applications with Spring MVC.



Table of Contents

Introduction
Chapter 1: The Spring Framework
Chapter 2: Model 2 and the MVC Pattern
Chapter 3: Introduction to Spring MVC
Chapter 4: Annotation-Based Controllers
Chapter 5: Data Binding and the Form Tag Library
Chapter 6: Converters and Formatters
Chapter 7: Validators
Chapter 8: The Expression Language
Chapter 9: JSTL
Chapter 10: Internationalization
Chapter 11: File Upload
Chapter 12: File Download
Appendix A: Tomcat
Appendix B: Servlets
Appendix C: JavaServer Pages
Appendix D: The Deployment Descriptor