Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where to download jetty source code?

Tags:

eclipse

jetty

I have download jetty 7.3 and use it in eclipse with jetty-wtp plugin. where can I download jetty's source packages and attach them with jetty jars ?

I have found it myself at grepcode

like image 850
CaiNiaoCoder Avatar asked May 13 '11 09:05

CaiNiaoCoder


People also ask

Is Jetty open source?

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 Apache ActiveMQ, Alfresco, Apache Geronimo, Apache Maven, Apache Spark, Google App Engine, Eclipse, FUSE, Twitter's Streaming API and Zimbra.

How do I download Jetty?

Download Jetty from https://www.eclipse.org/jetty/download.html and extract the zip file somewhere to your filesystem. This update site contains also a Eclipse p2 update site, in case you want to use Jetty in an OSGi environment.

Is Jetty still used?

While web servers are usually associated with serving documents to people, Jetty is now often used for machine to machine communications, usually within larger software frameworks.

Is Jetty free?

Applicants can pay for Jetty Deposit either monthly or via a one-time payment. Pricing for $1,000 of protection start at just $7/month.


2 Answers

I could not figure out how to git clone from git.eclipse.org so I found this Github mirror:

https://github.com/eclipse/jetty.project

so just run:

$ git clone [email protected]:eclipse/jetty.project.git jetty
like image 150
Erik Kaplun Avatar answered Sep 25 '22 23:09

Erik Kaplun


The sources can be downloaded here:

  1. Eclipse distribution
  2. Codehaus distribution (jetty <=6, hightide, contrib)
like image 35
davorp Avatar answered Sep 26 '22 23:09

davorp