博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Jetty 9 正式版发布!
阅读量:5888 次
发布时间:2019-06-19

本文共 1293 字,大约阅读时间需要 4 分钟。

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

Jetty 9 支持 SPDY 和 WebSocket。
下载地址:
Maven:
<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/3
  • WebSocket (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 () changes the <Ref id=""> syntax in your Jetty XML to <Ref refid="">
    • Removed Jetty6Continuation support

转载地址:http://ijgix.baihongyu.com/

你可能感兴趣的文章
排序之快速排序
查看>>
Win32编程day07 学习笔记
查看>>
PYTHON2.day09
查看>>
PYTHON2.day05
查看>>
ocp题库更新,052最新考试题及答案整理-31
查看>>
Git-常用命令集合
查看>>
最近学习到的一些
查看>>
Windows环境下免安装版MySQL 5.6.11安装配置详解
查看>>
leetcode记录-反转整数
查看>>
matlab-画个拱桥和倒影?
查看>>
8.5 exit函数-进程控制
查看>>
安装SeleniumIDE(基于Ubuntu Desktop 12.04 LTS)
查看>>
效率和协作工具--OneNote
查看>>
在Ubuntu 14.04 64bit上安装numpy和matplotlib库
查看>>
JSK-61 二进制加法【大数】
查看>>
HDU1877 又一版 A+B
查看>>
@ 添加属性(属性注入)
查看>>
往sde中导入要素类报错000732
查看>>
sql基本运算
查看>>
cxf 整合 spring 时 java.lang.VerifyError异常
查看>>