[jetty-user] How to embedd Jetty 8.0?

Uday Subbarayan <[email protected]> Fri, 16 Mar 2012 15:30:50 -0700 (PDT)
Newsgroups gmane.comp.java.jetty.support
Message-ID <[email protected]>
Hi All,
     I need to develop a small MQ client embedding Jetty inside. I would like to use Jetty 8 for Servlet 3 features. I understand from the tutorial that I need only 2 jars.

a)I downloaded "jetty-all-8.1.2.v20120308.jar" from here:
http://repo1.maven.org/maven2/org/eclipse/jetty/aggregate/jetty-all/8.1.2.v20120308/ 


b)Then I downloaded Jetty 8 distribution from here:
http://download.eclipse.org/jetty/stable-8/dist/ 

I see that "servlet-api-3.0.jar" is inside the lib folder.

I am going to [a] & [b] to build my application. Is this correct?

The reason  I am asking is that I don't see servlet-api-3.0 jar here. (all are in alpha)
http://repo1.maven.org/maven2/javax/servlet/servlet-api/ 


Thanks,
-Uday.