共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Java REST example |
Java REST example
|
0 | 0 | 20 |
贡献者 | 讨论 | 代码提交 |
Very basic example about how to develop a REST web application with Jersey, Jetty and Maven. more…
Jersey is the open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services.
With this example you could check how to develop REST web services in a web application. Different methods in your application will be called depending on the HTTP methods: GET, POST, PUT or DELETE.
This is based in a post by Tim Reardon in his blog: http://blog.reardonsoftware.com/2009/03/jersey-jetty-and-maven-helloworld.html
This example has been developed using GNU/Linux and it is not tested in other operative systems.