问题:

简单实现 javase app 提供RESTful 服务

 

解决:

使用jersey 可以实现RESTful 服务

http服务程序有jetty / netty /jdk simple http server 多种选择

按下列代码创建好项目编译后 当作普通的 java 程序启动就能调用RESTful 服务了

示例RESTful代码的网址为 http://localhost:6666/product/1

 

代码:

maven pom.xml

 

启动代码 App1.java

 

Resource.java

 

 

服务提供代码ProductFacade.java:

 

 

 

参考:

https://jersey.java.net/documentation/latest/deployment.html#deployment.javase

发表评论

电子邮件地址不会被公开。