In this chapter and the one that follows, we’ll explore the Spring MVC web
framework. In this chapter, we’ll focus on the parts of Spring MVC that process
requests. You’ll see how to extend Spring’s rich set of controller objects to handle
virtually any web functionality required in your application. You’ll also see how
Spring’s handler mapping makes easy work of associating URL patterns with specific
controller implementations. Chapter 14 will pick up where this chapter
leaves off by showing you how to use Spring MVC views to send a response back to
the user.
Chapter Contents
Pages:
1,
2 |
go to page 1  |
|