简体   繁体   中英

Java RESTful Web Service Tutorial with Eclipse and Jetty

I want to build a RESTful Web Service in Java, deployed using Jetty and developed using Eclipse as IDE. I was wondering if anyone could post or link me to a beginner tutorial (even a "hello world!" would be good, for starters).

Thanks in advance!

The Jersey (JSR-311) implementation for RESTful Web Services has a nice "Getting Started" section:

http://jersey.java.net/nonav/documentation/latest/getting-started.html

我发现另一个非常适合初学者的网站,其中包含非常详尽的解释: http//www.vogella.com/tutorials/REST/article.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM