Restful: Jersey And Linux:Curl
http://www.ibm.com/developerworks/web/library/wa-aj-tomcat/index.htmlCurl is a popular command-line tool that can send requests to a server using protocols like HTTP and HTTPS. It is a good tool to communicate with RESTful Web services because it can send content by any HTTP method. Curl is already distributed with Linux® and Mac, and there is a utility that you can install for the Windows® platform (see Resources).
http://www.infoq.com/cn/articles/springmvc_jsx-rs
(@RequestParam
(@RequestBody
(@PathParam("username")
(@QueryParam("username")
posted on 2011-03-12 10:42 w@ns0ng 閱讀(283) 評論(0) 編輯 收藏 所屬分類: web service 、restful