หน้าเว็บ

วันพฤหัสบดีที่ 15 ตุลาคม พ.ศ. 2552

What is Jetty ?

What is Jetty ?

Programming Language:
Java

Description:
Jetty is a 100% Java HTTP Server and Servlet Container. This means that you do not need to configure and run a seperate web server (like Apache) in order to use java, servlets and JSPs to generate dynamic content. Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications. Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment. Jetty is available on all Java supported platforms.

Author: Greg Wilkins and the Jetty Dev. Team

What do you think are its best features?

It's focused design and evolution. Jetty has always been and will always be an HTTP component that can be reused in an application. It does not try to be an application server itself (although JettyPlus is a distro bundle with application server tendencies).

I like to say "put Jetty in your application rather than put your application in Jetty". Of course some of the "applications" Jetty has been put into have been application servers such as JBoss, JOnAS and Geronimo.

The design of Jetty is very easy to comprehend and we get lots of good feedback about the quality of the code.

Jetty is not currently the fastest servlet server, but it does have a small footprint and very good (and improving) performance.


Homepage: http://jetty.mortbay.org/jetty/index.html


Example : Zimbra server


Thanks : osdir.com

ไม่มีความคิดเห็น: