简体   繁体   English

Eclipse和Jetty的Java RESTful Web服务教程

[英]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. 我想用Java构建一个RESTful Web服务,使用Jetty部署并使用Eclipse作为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: RESTful Web服务的Jersey(JSR-311)实现有一个很好的“入门”部分:

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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