Home page for this book: http://www.coreservlets.com. Home page for sequel: http://www.moreservlets.com. Servlet and JSP training courses: http://courses.coreservlets.com.
Copyright About Prentice Hall Professional Technical Reference Preface Section 1.1. What This Book Is About Section 1.2. The Servlet and JSP APIs This Book Depends Upon Section 1.3. The Book's Web Site Section 1.4. How This Book's Code Was Tested Se
Spring 框架提供了构建 Web 应用程序的全功能 MVC 模块。使用 Spring 可插入的 MVC 架构,可以选择是使用内置的 Spring Web 框架还是 Struts 这样的 Web 框架。通过策略接口,Spring 框架是高度可配置的,而且包含多种视图技术,例如 JavaServer Pages(JSP)技术、Velocity、Tiles、iText 和 POI。Spring MVC 框架并不知道使用的视图,所以不会强迫您只使用 JSP 技术。Spring MVC 分离了控制器
This book attempts to provide a framework for developing quality software using JavaServer Pages technology. Chapters 1 and 2 lay the groundwork for using JSP. Chapters 3 and 4 explore the separation of roles between page designer and Java developer