Integrating Jetty with JAX-RS-Jersey
问题 After an exhaustive search of the web and Stackoverflow, I am still stuck with trying to figure out how to integrate a RESTlet style interface provided by Jersey with Jetty. I have my Jetty server up and running and as such Jersey seems pretty easy to use as well, does anyone know how to tie the two together? Any concrete links would help — I am a little new to servlet programming as well. 回答1: I created an app using Jetty and Jersey a while back. It's just a standard webapp really: web.xml: