Jetty 9 正式版发布!!!

开发 后端
Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的API以一组JAR包的形式发布。

Jetty 9 正式版来了!!!版本标签:Jetty 9.0.0.v20130308

Jetty 9 支持 SPDY 和 WebSocket。

下载地址:

http://download.eclipse.org/jetty/stable-9/dist/

Maven:

http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.jetty%22%20AND%20v%3A%229.0.0..v20130308%22

<groupId>org.eclipse.jetty</groupId>

<version>9.0.0.v20130308</version>

Jetty 9.x 特性:

·Completely overhauled I/O layer

·Servlet API 3.0

·JSP 2.2

·SPDY/3WebSocket (RFC-6455)

移植到 Jetty 9.x 的要求:

·Requires Java 1.7 or newer.

·Jetty Maven Plugin has now been moved to org.eclipse.jetty groupId

·There is no org.mortbay or codehaus components

·Support for early WebSocket drafts has been dropped, only support released RFC-6455 spec.

·There now only 1 aggregate jar, called jetty-all.

·Bad UTF8 encoding will result in replacement characters being passed into the application to handle. (older versions of Jetty would fail the request)

·Removal of all traditional Socket (BIO) Connectors.

·Only supporting NIO for Connectors.

·Consolidated all of the various Deployment technique and scenarios into one.

·ContextDeployer and WebAppDeployer have been removed

·DeploymentManager has only 1 AppProvider now, the WebAppProvider

·WebAppProvider supports both Deployment Descriptors deployment and traditional Automatic WAR deployment.

·New Jetty Async Http Client

·New Jetty WebSocket Servlet & WebSocket Client

·A new Jetty XML DTD (http://www.eclipse.org/jetty/configure_9.0.dtd) changes the <Ref id=""> syntax in your Jetty XML to <Ref refid="">

Removed Jetty6Continuation support

Jetty 的下载地址:请点这里

原文链接:http://www.oschina.net/news/38422/jetty-9-final

责任编辑:张伟 来源: oschina
相关推荐

2015-09-17 09:29:31

ios9下载

2012-05-30 09:21:50

2011-09-14 13:28:36

PostgreSQL

2012-04-27 10:17:50

JavaJavaFX

2011-07-28 13:46:24

KDE 4.7

2011-12-07 10:26:11

2012-02-21 09:40:59

Java

2011-09-14 10:08:16

MongoDB

2010-03-18 09:54:56

phpMyAdmin

2011-05-25 09:30:05

Fedora 15

2011-03-21 13:31:20

MyEclipse

2012-07-02 10:40:24

GroovyJavaJVM

2011-05-19 09:45:05

Opera 11.11

2011-12-12 09:56:19

CentOS 6.1发布

2014-03-18 10:18:58

Python

2023-02-15 08:20:34

iOSiOS 16.苹果

2011-01-26 09:37:49

LibreOffice

2010-05-19 09:27:48

Linux mint

2012-01-11 09:44:21

2011-11-17 10:08:08

openSUSE发布
点赞
收藏

51CTO技术栈公众号