Jersey创建standalone server 一(二)

2014-11-24 10:14:21 · 作者: · 浏览: 1
tp://localhost:9998/application.wadl

看到如下页面:
[plain]
This XML file does not appear to have any style information associated with it. The document tree is shown below.











描述了本应用程序提供了一个REST web service method,URL路径为/myresource
在浏览器上访问该地址:
http://localhost:9998/myresource

看到下面的结果。

Got it!