如何将 Jersey 与 Eclipse Helios 一起使用?

发布于 2024-12-06 17:41:00 字数 504 浏览 1 评论 0原文

我的基本需求是使用 Jersey 框架来开发非常基本的 REST Web 服务。

我已经阅读了一些有关 Jersey(JAX-RS 框架)和编写 Webervices 的教程,但我还没有找到一种简单的方法来设置基于 Eclipse Helios 和 Glassfish(开源版)的开发环境。在Eclipse中创建Webservice时,似乎使用JAX-WS,或者在创建Dynamic Web App时,Eclipse报告凭据错误(我使用admin/admin)或错误的用户名/密码。

我发现的教程要么使用 myEclipse,要么使用 Tomcat,要么使用 Maven。后者工作得很好,但我希望我可以避免使用命令行,因为创建 web.xml 和其他类似的文件真的很可怕,而且我不确定这些文件是否应该是人类编写的。所以我想(也许我错了)使用 IDE 会让事情变得更容易。

男生用什么?如何生成这些文件?您仅使用 Eclipse 来编写代码还是也使用部署工具?

任何指点表示赞赏!

谢谢

上海合作组织

My base need is to use the Jersey framework to develop very basic REST webservices.

I've read several tutorials regarding Jersey (JAX-RS framework) and writing webervices but so for I've not found an easy way to setup a development environment based on Eclipse Helios and Glassfish (Open Source Edition). When creating a Webservice in Eclipse, it seems to use JAX-WS, or when creating a Dynamic Web App, Eclipse reports a credentials error (I use admin/admin) or a wrong user name / password.

The tutorials I've found either use myEclipse, or Tomcat, or Maven. The later works pretty well but I wish I could avoid using the command line because creating the web.xml and other files like that one is really scary, and I'm not sure these files are supposed to be human-written. So I suppose (maybe I'm wrong) using a IDE will make things easier.

What do guys use ? How do you generate these files ? Do you use Eclipse only for writting code or also use the deploy facilities?

Any pointers are appreciated !

Thank you

SCO

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱,才寂寞 2024-12-13 17:41:00

您确实需要在需要时修改 web.xml。特别是对于 JAX-RS,您必须在 web.xml 中定义您的 servlet。

我推荐你使用Maven。网络上有很多这样做的例子。祝你好运,JAX-RS 真的很棒!马文也不错。

You DO need to modify web.xml whenever it's needed. Especially with JAX-RS, you will have to define your servlet in web.xml.

I recommand you to use Maven. There are plenty of exemple in the web to do so. Good luck, JAX-RS is really great ! Maven is also nice.

北斗星光 2024-12-13 17:41:00

我还使用 eclipse 来创建和使用基于 Web 服务的应用程序。除了 WTP 之外,我还使用 Axis 插件来使事情变得更容易(通过向导、突出显示以及模式验证)。
最重要的是找到最适合您的插件

I also use eclipse for creating and consuming web service based applications. In addition to WTP, I also use Axis plugins to make things easier (through wizards, highlighting as well as for schema verification).
The bottomline is to find the plugins that suit you the best

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文