Java Servlet容器 Jetty 9 开发概述

openkk 12年前
   <p>Jesse McConnell 是 Jetty 的开发者之一,其刚刚发表了<a href="/misc/goto?guid=4958522994671641986" target="_blank">文章</a>描述了 Jetty 9 的开发计划。该计划说明了 Jetty 9 的一些主要变化包括:</p>    <ul>     <li>要求 Java 7 支持</li>     <li>兼容 Servlet 3.0</li>     <li>Jetty 7 和 8 版本将做为成熟的版本继续提供支持</li>     <li>将着重对 IO 处理模块进行改进</li>     <li>Jetty 6 不再维护</li>     <li>将统一版本开发</li>     <li>文档改用 docbook 生成。</li>    </ul>    <p><img alt="Java Servlet容器 Jetty 9 开发概述" src="https://simg.open-open.com/show/c53c385d7d99fc5b4c8840b305dfc43b.png" width="283" height="80" /></p>    <p>Jetty provides an Web server and <a href="/misc/goto?guid=4958522994776767115">javax.servlet</a> container, plus support for SPDY, Web Sockets, OSGi, JMX, JNDI, JASPI, AJP and many other integrations. These components are open source and available for commercial use and distribution.</p>    <p>Jetty is used in a wide variety of projects and products. Jetty can be embedded in devices, tools, frameworks, application servers, and clusters. See the <a href="/misc/goto?guid=4958522994864860572">Jetty Powered</a> page for more uses of Jetty.</p>    <p>The core Jetty project is hosted by the Eclipse Foundation. The <a href="/misc/goto?guid=4958522994962263528">codehaus</a> provides Jetty accessories , integrations, and extensions, as well as hosting older versions of Jetty. See the <a href="/misc/goto?guid=4958522995053198973">About</a> page for information about the project structure.</p>    <table class="ke-zeroborder">     <tbody>      <tr>       <th>Features</th>       <th>Jetty Powered</th>      </tr>      <tr>       <td>        <ul>         <li>Full-featured and standards-based</li>         <li>Open source and commercially usable</li>         <li>Flexible and extensible</li>         <li>Small footprint</li>         <li>Embeddable</li>         <li>Asynchronous</li>         <li>Enterprise scalable</li>         <li>Dual <a href="/misc/goto?guid=4958195913020332565">licensed</a> under Apache and Eclipse</li>        </ul> </td>       <td>        <ul>         <li>Large clusters, such as the <a href="/misc/goto?guid=4958522995166704919">Yahoo Hadoop Cluster</a></li>         <li>Cloud computing, such as the <a href="/misc/goto?guid=4958184184683557024">Google AppEngine</a></li>         <li>SaaS, such as <a href="/misc/goto?guid=4958184023435662914">Yahoo! Zimbra</a></li>         <li>Application Servers, such as <a href="/misc/goto?guid=4958199496154655219">Apache Geronimo</a></li>         <li>Frameworks, such as <a href="/misc/goto?guid=4958198890967175096">GWT</a></li>         <li>Tools, such as the <a href="/misc/goto?guid=4958197609720738474">Eclipse IDE</a></li>         <li>Devices, such as <a href="/misc/goto?guid=4958522995419381478">phones</a></li>         <li><a href="/misc/goto?guid=4958522994864860572">More...</a></li>        </ul> </td>      </tr>     </tbody>    </table>