Jetty 9 official version is coming !!! Version label: Jetty 9.0.0.v20130308
Jetty 9 supports SPDY and 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 features:
· Completely overhauled I/O layer
· Servlet API 3.0
· JSPs 2.2
· SPDY/3 WebSocket (RFC-6455)
Requirements for porting to 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 wocould fail the request)
· Removal of all traditional Socket (BIO) Connectors.
· Only supporting NIO for Connectors.
· Specified lidated 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's: click here
Link: http://www.oschina.net/news/38422/jetty-9-final