文件名称:Pro Spring MVC---Apress-2012
文件大小:15.39MB
文件格式:PDF
更新时间:2015-12-16 03:42:20
Spring
What This Book Will Teach You This book will teach you everything you need to know in order to get started building enterprise-quality web applications using version 3.1 of the Spring Framework. Topics include but are not limited to: • The building blocks of the Spring MVC components • Configuring your development environment • Providing a web front end to a Spring based application • A pragmatic approach to testing the web front end • Deploying to a local web server and to a remote cloud-based deployment platform • An introduction to Spring Web Flow • How to build applications with Spring Web Flow After reading this book you will be familiar with the Spring MVC toolkit and capable of building your own web application from scratch or providing a new web interface to an existing application. All too often trivial examples are used to demonstrate the power of a framework; it is only when you start using the framework in real situations that its limitations appear. The intention of this book is to show how Spring MVC answers those hard questions (as well as the easy questions!) that web developers are faced with, like managing state in non-trivial multi-page use cases, for example, or providing multiple views of the same resource for different consumers. And because the real-world problems this book tackles are hard, sometimes the answers Spring MVC provides are not as easy as one would like. This book will not shy away from highlighting those issues or providing pragmatic advice on how to do the right thing. Who Is This Book For? This book is for those who are familiar with Spring and want to gain an in-depth understanding of Spring MVC. While it is primarily aimed at those new to Spring MVC, there is information here that will take even expert MVCers by surprise!