使用 Maven 的 Glassfish 3.1 示例球衣 Web 项目
有谁知道有一个简单的 glassfish 项目(一个 webbapp),它是一个使用 Jersey 的休息 Web 服务。如果在 Maven 2 中完成那就更好了!我正在使用 glassfish 3.1。
谢谢!
Does anyone know of a simple project for glassfish (a webbapp) that is a rest web service using Jersey. If its done in Maven 2 that would be even better! I'm using glassfish 3.1.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您下载球衣源代码,则会有一个示例文件夹:
https://svn.java.net/ svn/jersey~svn/tags/jersey-1.11-b04/jersey/samples/
您可以尝试的另一件事是行家球衣原型:
http://docs.oracle.com/cd/E19226 -01/820-7627/giqdq/index.html
If you download the jersey source, there is a samples folder:
https://svn.java.net/svn/jersey~svn/tags/jersey-1.11-b04/jersey/samples/
Another thing you could try out would be one of the maven-jersey archetypes:
http://docs.oracle.com/cd/E19226-01/820-7627/giqdq/index.html