Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylau/servlet-3.1-specification
JSR 340: Java Servlet 3.1 Specification 《Java Servlet 3.1 规范》中文翻译及示例。
https://github.com/waylau/servlet-3.1-specification
servlet servlet3
Last synced: 24 days ago
JSON representation
JSR 340: Java Servlet 3.1 Specification 《Java Servlet 3.1 规范》中文翻译及示例。
- Host: GitHub
- URL: https://github.com/waylau/servlet-3.1-specification
- Owner: waylau
- Created: 2015-09-19T02:51:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T15:35:02.000Z (over 4 years ago)
- Last Synced: 2024-08-02T08:06:45.744Z (3 months ago)
- Topics: servlet, servlet3
- Homepage: http://waylau.gitbooks.io/servlet-3-1-specification
- Size: 1.35 MB
- Stars: 165
- Watchers: 19
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: docs/Security/13. Security.md
Awesome Lists containing this project
- awesome-book - 《Java Servlet 3.1 规范》
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: [[email protected]](mailto:[email protected])
* Weibo: [waylau521](http://weibo.com/waylau521)
* Twitter: [waylau521](https://twitter.com/waylau521)
* Github : [waylau](https://github.com/waylau)