Teknik Informatika    
   
Daftar Isi
(Sebelumnya) Jets'n'GunsJFace (Berikutnya)

Jetty (web server)

Jetty
Jetty logo.png
Developer(s)Eclipse Foundation
Stable release9.0.0 / March 8, 2013; 14 days ago (2013-03-08)
Written inJava
Operating systemCross-platform (JVM)
TypeWeb server Servlet
LicenseApache License 2.0, Eclipse Public License 1.0
Websiteeclipse codehaus

Jetty is a pure Java-based HTTP server and Java Servlet container. Jetty is developed as a free and open source project as part of the Eclipse Foundation. The web server is used in products such as ActiveMQ,[1] Alfresco,[2] Apache Geronimo,[3] Apache Maven, Google App Engine,[4] Eclipse,[5] FUSE,[6] Twitter's Streaming API[7] and Zimbra.[8] Jetty is also the server in open source projects such as Lift, Eucalyptus, Red5 and Hadoop.[9] Jetty supports the latest Java Servlet API (with JSP support) as well as protocols SPDY and WebSocket.

Contents

Overview

Developed as an independent open source project, in 2009 Jetty moved to Eclipse.[10][self-published source?][11] Jetty provides Web services in an embedded Java application and it is already a component of the Eclipse IDE. It supports AJP, JASPI, JMX, JNDI, OSGi, WebSocket and other Java technologies.[4]

History

Originally developed in the Sydney suburb of Balmain by software engineer Greg Wilkins, Jetty was originally a HTTP server component of Mort Bay Server; Mort Bay being an area of Balmain.[12]

Jetty was originally called IssueTracker (its original application) and then MBServler (Mort Bay SERVLet servER). Neither of these were much liked, so Jetty was finally picked.[12]

Jetty was started in 1995 and was hosted by MortBay, creating version 1.x and 2.x, until 2000. From 2000 to 2005, Jetty was hosted by sourceforge.net where version 3.x, 4.x, and 5.x were produced. In 2005, the entire Jetty project moved to codehaus.org.[13] As of 2009, the core components of Jetty have been moved to Eclipse.org, and Codehaus.org continues to provide integrations, extensions, and packaging of Jetty versions 7.x and 8.x (not 9.x)[14][15]

VersionHomeJava VersionProtocolsServlet VersionJSP VersionStatus
9.xEclipse1.7HTTP/1.1 RFC2616, WebSocket, SPDY3.0 (tracking 3.1 drafts)2.2Stable [16]
8.xEclipse, Codehaus1.6HTTP/1.1 RFC2616, WebSocket, SPDY3.02.1Stable
7.xEclipse, Codehaus1.5, J2MEHTTP/1.1 RFC2616, WebSocket, SPDY2.52.1Stable
6.xCodehaus1.4-1.5HTTP/1.1 RFC26162.52.0Deprecated[17]
5.xSourceforge1.2-1.5HTTP/1.1 RFC26162.42.0Deprecated
4.xSourceforge1.2, J2MEHTTP/1.1 RFC26162.31.2Ancient
3.xSourceforge1.2HTTP/1.1 RFC20682.21.1Fossilized
2.xMortbay1.1HTTP/1.0 RFC19452.11.0Legendary
1.xMortbay1.0HTTP/1.0 RFC1945  Mythical

[14][15]

See also

References

  1. ^ "ActiveMQ with Ajax and Jetty". http://docs.codehaus.org/display/JETT Y/Jetty+Wiki: Jetty Wike (Codehaus). http://docs.codehaus.org/display/JETT Y/Integrating+with+ActiveMQ. Retrieved 2011-04-12.
  2. ^ "Maven + Alfresco : Jetty, Boostrap and Profil: 2. Starting and Testing Alfresco via Maven". http://www.open-source-ecm.com/: Going to an OpenSource ECM World..... http://www.open-source-ecm.com/2010/0 4/maven-alfresco-jetty-boostrap-and.h tml. Retrieved 2011-04-12. "If you've followed all of preceding posts on integrating Alfresco + Maven, you realized that you spend a lot of time to incorporate an AMP in Alfresco... Copy / paste is well but is a bit repetitive... The idea to improve the process would execute a maven command to start Alfresco ! How? Well through the use of new plugins: maven-jetty and war! Jetty is a lightweight HTTP container (just the same style as Tomcat ...) which will enable us to launch Alfresco."
  3. ^ "Configuring Virtual Hosts in Geronimo-Jetty". https://cwiki.apache.org/geronimo/: Apache Geronimo Documentation. https://cwiki.apache.org/GMOxDOC11/co nfiguring-virtual-hosts-in-geronimo-j etty.html. Retrieved 2011-04-12. "For the Jetty distribution of Apache Geronimo this configuration is dramatically simpler. You just need to define the <virtual-host> tag in the application's deployment plan and make sure that host name ( virtual host ) can be resolved by an external client. There is virtually no additional configuration needed on the Geronimo server side."
  4. ^ a b "Google Chose Jetty for App Engine". http://www.infoq.com/: InfoQ. http://www.infoq.com/news/2009/08/goo gle-chose-jetty. Retrieved 2011-04-12.
  5. ^ "jetty://". http://www.eclipse.org/: Eclipse. http://www.eclipse.org/jetty/. Retrieved 2011-04-12. "Jetty provides an Web server and javax.servlet container, plus support for WebSocket, OSGi, JMX, JNDI, JASPI, AJP and many other integrations. These components are open source and available for commercial use and distribution."
  6. ^ Uses a Jetty component. "class JettyHttpComponent". http://fusesource.com/docs/router/1.6 /apidoc/overview-summary.html: FUSE Mediation Router 1.6.0.0-fuse API. "An HttpComponent which starts an embedded Jetty for to handle consuming from the http endpoints."
  7. ^ "Twitter Streaming API and Apache Wink". http://matthiaswessendorf.wordpress.c om/2010/02/16/twitter-streaming-api-a nd-apache-wink/. Retrieved 19 May 2011.
  8. ^ JJ Zhuang (2007-12-18). "Zimbra Blog: Why we switched to Jetty". http://blog.zimbra.com/: VMWare Zimbra. http://blog.zimbra.com/blog/archives/ 2007/12/why-we-switched-to-jetty.html. Retrieved 2011-04-12.
  9. ^ "Jetty Powered". http://docs.codehaus.org/display/JETT Y/Jetty+Powered: Jetty. http://docs.codehaus.org/display/JETT Y/Jetty+Powered. Retrieved 2012-09-24.
  10. ^ Lieber, Adam (January 2011). "Jetty: The Twelve Year Journey to Market Maturity". Linux Gazette. http://linuxgazette.net/157/lieber.ht ml.
  11. ^ "About Jetty". Codehaus. http://docs.codehaus.org/display/JETT Y/About%20Jetty#AboutJetty-Eclipse. Retrieved 2011-11-30.
  12. ^ a b http://wiki.eclipse.org/Jetty/FAQ#Why _is_it_called_Jetty.3F
  13. ^ http://sourceforge.net/mailarchive/fo rum.php?thread_name=4386295B.9020103% 40mortbay.com&forum_name=jetty-di scuss
  14. ^ a b About Jetty, Located on Codehaus.
  15. ^ a b About Jetty, Located on Eclipse.
  16. ^ http://dev.eclipse.org/mhonarc/lists/ jetty-announce/msg00043.html
  17. ^ http://dev.eclipse.org/mhonarc/lists/ jetty-announce/msg00026.html

External links


(Sebelumnya) Jets'n'GunsJFace (Berikutnya)