Restful接口实现实例

rest需要jar包: Restful接口实现实例_第1张图片
web.xml加如下配置:


org.restlet.application
vs.dascsl.restservice.app.RestJaxRsApplication


RestletServlet
org.restlet.ext.servlet.ServerServlet


RestletServlet
/restServices/*

1
2
3
4
5
6
7
8
9
10
11
12

服务接口Rest资源加载App类:

public class ServiceInterfaceApplication extends Application {
@Override
public Set

你可能感兴趣的:(反射)