首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > A very lightweight, very easy to use REST client API for Java.

A very lightweight, very easy to use REST client API for Java.

  • 资源大小:145.00 B
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

A lightweight implementation of the ActiveResource pattern for Java that lets you manipulate RESTful resources as Java objects. Note: Currently uses Apache the HttpClient Jar. You can get the JarsHere: Usage: for a more detailed look see the HighriseWalkthrough... ### Quick usage example... ### request: http://www.example.com/projects/2782118.xml response: 2782118Zipwire Rest create an interface(s) to manipulate the resource interface Project { String getId(); String getName();} create a RestConnection object * The XmlNamingRule handles method(CamelCase) to xml (separate-word) translation. RestConnection connection = new ApacheRestConnection( host, usern
VIP VIP
0.180423s