All Projects → waylau → Servlet 3.1 Specification

waylau / Servlet 3.1 Specification

JSR 340: Java Servlet 3.1 Specification 《Java Servlet 3.1 规范》中文翻译及示例。

Labels

Projects that are alternatives of or similar to Servlet 3.1 Specification

Martian
🎨 Martian 是一个基于NIO的JavaWeb编程框架,可以帮助你快速的开发后端服务
Stars: ✭ 320 (+133.58%)
Mutual labels:  servlet
Servletjsptutorial
《Servlet & JSP 技術手冊 - 從 Servlet 到 Spring Boot》相關資源
Stars: ✭ 25 (-81.75%)
Mutual labels:  servlet
Learning Servlet
🐸🔫 老年人的Servlet代码
Stars: ✭ 68 (-50.36%)
Mutual labels:  servlet
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (+154.01%)
Mutual labels:  servlet
Javalin
A simple and modern Java and Kotlin web framework
Stars: ✭ 5,184 (+3683.94%)
Mutual labels:  servlet
Qtwebapp
QtWebApp is a HTTP server like Java servlets, written in C++ with the Qt framework.
Stars: ✭ 50 (-63.5%)
Mutual labels:  servlet
Jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Stars: ✭ 3,260 (+2279.56%)
Mutual labels:  servlet
Pepper Metrics
pepper metrics is a tool, it can helps you collect runtime performance use RED method, and then output as log / timeseries data, by default it use prometheus as datasource, grafana as UI
Stars: ✭ 119 (-13.14%)
Mutual labels:  servlet
Latke
🌀 一款以 JSON 为主的 Java Web 框架。
Stars: ✭ 781 (+470.07%)
Mutual labels:  servlet
Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (-51.09%)
Mutual labels:  servlet
Atmosphere
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
Stars: ✭ 3,552 (+2492.7%)
Mutual labels:  servlet
Web
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://demo.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
Stars: ✭ 414 (+202.19%)
Mutual labels:  servlet
Hrrs
Record, transform, and replay HTTP requests in Java EE and Spring applications.
Stars: ✭ 54 (-60.58%)
Mutual labels:  servlet
Javaee8 Samples
Java EE 8 Samples
Stars: ✭ 333 (+143.07%)
Mutual labels:  servlet
Tarena Java Textbooks
达内 Java 全套教材
Stars: ✭ 75 (-45.26%)
Mutual labels:  servlet
Http Rpc
Lightweight REST for Java
Stars: ✭ 298 (+117.52%)
Mutual labels:  servlet
Warbler
Warbler chirpily constructs .war files of your Ruby applications.
Stars: ✭ 850 (+520.44%)
Mutual labels:  servlet
Estore
Java 语言实现的 苹果网上商城 ,前端模仿 苹果爱否 商城的页面 ,后端运用纯 Servlet + JSP +c3p0 数据库连接池以及web 相关技术,实现的基础功能包括前后台、实现展示首页、管理商品页面、商品分类、添加购物车、购买、提交订单 、联系客服等 ,欢迎 star,谢谢!!!
Stars: ✭ 129 (-5.84%)
Mutual labels:  servlet
Java Interview
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
Stars: ✭ 114 (-16.79%)
Mutual labels:  servlet
Tus Java Server
Library to receive tus v1.0.0 file uploads in a Java server environment
Stars: ✭ 64 (-53.28%)
Mutual labels:  servlet

JSR 340: Java Servlet 3.1 Specification《Java Servlet 3.1 规范》

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查找。

本书利用业余时间编写,由于时间紧凑,精力和能力有限,书中未免有纰漏和错误,望读者能够热忱斧正,点此提问。如有兴趣,也可以参与到本翻译工作中来 :)

另外有 GitBook 的版本方便阅读 http://waylau.gitbooks.io/servlet-3-1-specification

书中所有实例,在 samples 目录下。

目录开始阅读吧!

Contact 联系作者:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].