# servlet-3.1-specification **Repository Path**: weiwanli/servlet-3.1-specification ## Basic Information - **Project Name**: servlet-3.1-specification - **Description**: JSR 340: Java Servlet 3.1 Specification 《Java Servlet 3.1 规范》中文翻译及示例。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-05-13 - **Last Updated**: 2023-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JSR 340: Java Servlet 3.1 Specification《Java Servlet 3.1 规范》 This is a Chinese translation of [Java Servlet 3.1 Specification](https://jcp.org/en/jsr/detail?id=340), 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](https://jcp.org/en/jsr/detail?id=369) 仍在草案阶段。 本规范的目标读者有如下几种: * Web 服务器和应用服务器供应商,用于开发符合此标准的 servlet 引擎。 * 工具开发者,想要开发符合此规范的 Web 应用的支持工具。 * 有经验的 servlet 开发者,想要理解 servlet 技术的底层机制。 该规范不是 servlet 开发人的用户指南,而且也并不打算被用作这样。用于此目的参考文献可以到查找。 本书利用业余时间编写,由于时间紧凑,精力和能力有限,书中未免有纰漏和错误,望读者能够热忱斧正,[点此](https://github.com/waylau/servlet-3.1-specification/issues)提问。如有兴趣,也可以参与到本翻译工作中来 :) 另外有 GitBook 的版本方便阅读 。 书中所有实例,在 `samples` 目录下。 从[目录](SUMMARY.md)开始阅读吧! ### Contact 联系作者: * Blog:[www.waylau.com](http://www.waylau.com) * Gmail: [waylau521@gmail.com](mailto:waylau521@gmail.com) * Weibo: [waylau521](http://weibo.com/waylau521) * Twitter: [waylau521](https://twitter.com/waylau521) * Github : [waylau](https://github.com/waylau)