《Head First Servlets & JSP(中文版)》简介:

《Head First Servlets·JSP》(中文版)结合SCWCD考试大纲讲述了关于如何编写servlets和JSP代码,如何使用JSP表达式语言,如何部署Web应用,如何开发定制标记,以及会话状态、包装器、过滤器、企业设计模式等方面的知识,以一种轻松、幽默而又形象的方式让你了解、掌握servlets和JSP,并将其运用到你的项目中去。《Head First Servlets·JSP》(中文版)采用交谈式的写作方式,图文结合地阐述了servlets和JSP方面的知识,尤其是与SCWCD考试相关的知识。

《Head First Servlets & JSP(中文版)》摘录:

Directives are for special instructions for the Container, scripts are just plain old java that lands as-is within the generated servlet's service method, and the result of the expression always become an argument to a print() method.