Servlet容器 Jetty 介绍

fmms 12年前
     <p><img alt="Servlet容器 Jetty" src="https://simg.open-open.com/show/c53c385d7d99fc5b4c8840b305dfc43b.png" width="283" height="80" /></p> Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的 API以一组JAR包的形式发布。开发人员可以将Jetty容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的Java应用提供 网络和web连接。    <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>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1322615744234" target="_blank">http://www.open-open.com/lib/view/home/1322615744234</a><br /> </p>