简介
优质
小牛编辑
135浏览
2023-12-01
This is a Chinese translation of Java Servlet 3.1 Specification, and also provides a lot of useful examples about Servlet 3.1 .
The intended audience for this specification includes the following groups:
- Web server and application server vendors that want to provide servlet engines that conform to this standard.
- Authoring tool developers that want to support Web applications that conform to this specification
- Experienced servlet authors who want to understand the underlying mechanisms of servlet technology.
本书是《Java Servlet 3.1 规范》的中文翻译,同时提供了大量 Servlet 3.1 实例,帮助你快速理解 Servlet 3.1 规范。至今为止,Servlet 3.1 是最新的正式版本,Servlet 4.0 仍在草案阶段。
本规范的目标读者有如下几种:
- Web 服务器和应用服务器供应商,用于开发符合此标准的 servlet 引擎。
- 工具开发者,想要开发符合此规范的 Web 应用的支持工具。
- 有经验的 servlet 开发者,想要理解 servlet 技术的底层机制。
该规范不是 servlet 开发人的用户指南,而且也并不打算被用作这样。用于此目的参考文献可以到http://java.sun.com/products/servlet查找。