Jetty (web server)
From Wikipedia, the free encyclopedia
| This article may need to be updated. Please update this article to reflect recent events or newly available information, and remove this template when finished. Please see the talk page for more information. |
![]() |
|
| Developer(s) | Mort Bay Consulting |
|---|---|
| Stable release | 6.1.18 / 2009-05-18 |
| Preview release | 7.0.0M2 / 2009-05-18 |
| Written in | Java |
| Operating system | Cross-platform (JVM) |
| Type | Web server |
| License | Apache License 2.0, Eclipse Public License 1.0 |
| Website | http://jetty.mortbay.com |
Jetty is a 100% pure Java-based HTTP server and servlet container. Jetty is a free and open source project under the Apache 2.0 License. Jetty is used by several other popular projects including the JBoss and Geronimo application servers, and by the Google Web Toolkit plug-in for Eclipse.
Jetty deployment focuses on creating a simple, efficient, embeddable and pluggable web server. Jetty's small size makes it suitable for providing web services in an embedded Java application.
In January 2009, Webtide announced that Jetty would be moving to Eclipse Foundation. The Jetty project has been created, and the initial Jetty 7 code (with a refactored org.eclipse.jetty prefix) was checked into Jetty Subversion at Eclipse.
The Java support in Google App Engine is built on Jetty.[1]
[edit] See also
- Apache Tomcat
- Application server
- JavaServer Pages
- Java Platform, Enterprise Edition
- Java Servlet
- Web service
[edit] Notes
- ^ "Jetty Powered". Codehaus.org. http://docs.codehaus.org/display/JETTY/Jetty+Powered#JettyPowered-GoogleAppEngine. Retrieved on 2009-04-20.
[edit] External links
- Jetty Home Page
- Official Jetty Wiki
- eclipse jetty
- Example how to embed jetty web server to provide web services with spring
|
||||||||


