Right Place For Right PersonTM 


Get 700+ GMAT Score.Join absolutely free classes/counseling no charges for full course. Struts 1.3 ||Struts Basics|| Struts 2.0 || Hibernate 3.0 ||JSF||Spring||Collections||Silverlight|| ADO.Net|| ASP.Net|| WCF|| WPF(windows-based)|| WPF(web-based)/|| Webservice|| Ajax|| SQL|| C#

Home Tutorials Articles Forums Source Code Books Certifications Interviews Questions

Jetty Tutorials

1.1    Jetty Basic Tutorials

Jetty Examples

2.1    Jetty Basic Example

JETTY

Jetty is a Java based  HTTP server and servlet container which is free and open source developed as a part of Eclipse Foundation. Jetty is written in java  and its API is Available as a set of JARs. Jetty was originally called MB server or Mort Bay server.It was developed by software engineer Greg Wilkins in the Sydney  suburbs of Balmain. Mort Bay is the area of Balmain. Jetty is currently used in products like IBM tivoli netview , Zimbra ,Eclipse ,JBoss.etc.Jetty is designed to be a software component that can be instantiated and used in a Java program just like any POJO.Jetty is used in wide variety of projects and products.Jetty can be embedded in devices, frameworks, tools , application servers and clusters.  Jettty was developed as an independent open source project, in 2009 it was moved to Eclipse. The preview of Jetty was released on 14 July 2010 . but the stable version of Jetty was released on October 20 ,2010 under the license of Apache License 2.0 and Eclipse public License 1.0

FEATURES OF JETTY
1. The first and important feature of Jetty is that it is open source and commercially useable.
2.It is flexible and Extensible.
3.I has small footprints.
4. It is dual licensed under Apache and Eclipse.
5.It is Enterprise scalable.
6.Jetty is full featured  and standard based.

To Embedded Jetty server following has to be taken in consideration.
1.Cretate the server.
2.Add or configure the connectors.
3.Add or configure Handlers.
4.Add or configure the servlets or webapps to the handlers.
5.Start server
6.Wait ( join the server to prevent main exit)

Post Your Comments
||Advertiser PRIVACY POLICY ||User PRIVACY POLICY ||