号外号外,Jetty 9 正式版发布!!!

标签: 软件更新新闻 | 发表时间:2013-03-09 09:48 | 作者:
出处:http://www.oschina.net/?from=rss

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 ( 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] 推荐:

号外号外,Jetty 9 正式版发布!!!

- - 开源中国社区最新新闻
版本标签: Jetty 9.0.0.v20130308. Jetty 9 支持 SPDY 和 WebSocket. Jetty 9.x 特性:. 移植到 Jetty 9.x 的要求:.

Jetty main函数执行

- - ITeye博客
在每个项目中都要配置路径什么的,非常的麻烦. 可以用jetty,项目本身就是服务器. 他会找项目中的WebContent. 已有 0 人发表留言,猛击->> 这里<<-参与讨论. —软件人才免语言低担保 赴美带薪读研.

jetty和tomcat比较(转)

- - 行业应用 - ITeye博客
jetty和tomcat比较. Tomcat 主要是作为 JSP/Servlet 最新规范的参考实现而设计,属于学院派,但是显得庞大而杂乱. Tomcat 的性能很差,一般是作为 Http Server(如 Apache)的插件来用. Jetty 主要是作为企业级产品的嵌入式组件来设计的,可以非常方便地嵌入到其它产品中.

jetty链接超时过期

- - 开源软件 - ITeye博客
Jetty误判长连接为超时连接的问题. 在上一篇中介绍了jetty的反映器模型,selector线程与业务子线程交互的点有:. 1、分发事件给子线程做,启动子线程;. 2、子线程发现阻塞或者连接关闭等时间时,注册内部changes,等待selector线程调度;. 3、检测超时连接,并且关闭连接. 在检测超时连接上面,jetty存在较多的问题,可能会误判.

Jetty 的工作原理以及与 Tomcat 的比较

- redhobor - IBM developerWorks 中国 : 文档库
Jetty 应该是目前最活跃也是很有前景的一个 Servlet 引擎. 本文将介绍 Jetty 基本架构与基本的工作原理:您将了解到 Jetty 的基本体系结构;Jetty 的启动过程;Jetty 如何接受和处理用户的请求. 你还将了解到 AJP 的一些细节:Jetty 如何基于 AJP 工作;以及 Jetty 如何集成到 Jboss;最后我们将比较一下两个 Servlet 引擎:Tomcat 和 Jetty 的优缺点.

一个jetty部署多个项目配置之方法

- - 企业架构 - ITeye博客
原文地址:http://my.oschina.net/wangyongqing/blog/115647. Jetty用户经常想配置他们的web应用到不同的虚拟主机. 通常情况下,一个单一的IP地址的机器有不同的DNS解析名与它相关联的,部署在这个机器上的web应用必须能够通过这些关联的DNS解析名访问到.

Jetty 9.3庆祝20周年生日快乐,并增加HTTP/2支持

- - CSDN博客综合推荐文章
本文来源于我在InfoQ中文站翻译的文章,原文地址是:http://www.infoq.com/cn/news/2015/06/Building-Distributed-Systems. 今年6月12日,Jetty项目发布了旗舰性开源嵌入式应用服务器的 9.3版,同时这一天也是该项目的20周年纪念日.