Related Titles
- Full Description
-
Expert Spring MVC and Web Flow provides in-depth coverage of Spring MVC and Spring Web Flow, two highly customizable and powerful web frameworks brought to you by the developers and community of the Spring Framework. Spring MVC is a modern web application framework built upon the Spring Framework, and Spring Web Flow is a new project that compliments Spring MVC for building reusable web controller modules that encapsulate rich page navigation rules. Along with detailed analysis of the code and functionality, plus the first-published coverage of Spring Web Flow, this book includes numerous tips and tricks to help you get the most out of Spring MVC, Spring Web Flow, and web development in general.
Spring MVC and Spring Web Flow are engineered with an important consideration for design patterns and expert object oriented programming techniques. This book explains not only the design decisions of the frameworks, but also how you can apply similar designs and techniques to your own code.
This book takes great care in covering every inch of Spring MVC and Spring Web Flow to give you the complete picture. Along with all the best known features of these frameworks, youll discover some new hidden treasures. Youll also learn how to correctly and safely extend the frameworks to create customized solutions.
From beginner to expert, this book is for anyone who wishes to write robust, modern, and useful web applications with the Spring Framework.
- Table of Contents
-
Table of Contents
- Introduction
- Spring Fundamentals
- Spring MVC Application Architecture
- Jump into Spring MVC
- The Processing Pipeline
- The Controller Menagerie
- The View Layer
- Supported View Types
- Validation
- Testing Spring MVC Applications
- Introduction to Spring Web Flow
- Advanced Spring Web Flow
- Source Code/Downloads
- Errata
-
If you think that you've found an error in this book, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.
On page source coide:
the source code inside the JumpIntoSpringMVC.zip
the file AcountService.java
invalid method's declaration missing access modifiers
(public,private,protected).
On page 49 :listing 4-6
READS
List<Flight> findFlights(FlightSearch search);
according to what is in the book should be
List<Flight> findFlights(FlightSearchCriteria search);
DummyflightService sample Code is never showed.
On page 172:Listing 6-59 declares a
AccountService "interface" object.
That class is never showed in the book






