• 大小: 9.53MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-07
  • 语言: Java
  • 标签: android  

资源简介

分享一个Android和java调用RESTful Web服务的利器Resting 当我们调用Web服务,往往是最终目标是取HTTP响应,将其转化为将在应用中呈现的值对象。Resting可以用来实现这一功能。 Resting,在Java的一个轻量级的REST框架,可用于调用一个RESTful Web服务,并转换成响应来自客户端应用程序定制的Java对象。由于它的简单,resting是适合Android等手持设备。

资源截图

代码片段和文件信息

/**
 * This package provides the {@link com.google.resting.Resting} class and the {@link com.google.resting.RestingBuilder} class to invoke rest services and transform the HTTP response into value objects.
 *
 * 

The primary class to use is {@link com.google.resting.Resting} where the main APIs will be get() put() post() delete() for 
 * rest service invocation. For service invocation and transformation of response into objects in one step the main APIs are:
 * 
 * 1. getByJSON() getByxml() getByYAML() getByATOM() : for GET invocation and transformation from JSON xml YAML and ATOM response respectively
 * 
 * 2. restByJSON() restByxml() restByYAML() restByATOM() : for all REST invocations (get post put delete) and transformation from JSON xml YAML and ATOM response respectively 
 * 
 * 


 * 
 * 


 * 
 * For REST invocations more flexible configurations {@link com.google.resting.RestingBuilder} is recommended.
 * 
 * 


 *
 * @author sujata.de
 */
package com.google.resting;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-01-26 16:38  resting\resting\
     文件         927  2015-01-26 16:38  resting\resting\.classpath
     文件         383  2015-01-26 16:38  resting\resting\.project
     目录           0  2015-01-26 16:38  resting\resting\.settings\
     文件         629  2015-01-26 16:38  resting\resting\.settings\org.eclipse.jdt.core.prefs
     目录           0  2015-01-26 16:38  resting\resting\lib\
     文件      232771  2015-01-26 16:38  resting\resting\lib\commons-codec-1.6.jar
     文件      261809  2015-01-26 16:38  resting\resting\lib\commons-lang-2.4.jar
     文件       60841  2015-01-26 16:38  resting\resting\lib\commons-logging-1.1.1.jar
     文件      173590  2015-01-26 16:38  resting\resting\lib\gson-1.7.1.jar
     文件      427021  2015-01-26 16:38  resting\resting\lib\httpclient-4.2.1.jar
     文件      223571  2015-01-26 16:38  resting\resting\lib\httpcore-4.2.2.jar
     文件      152797  2015-01-26 16:38  resting\resting\lib\jdom.jar
     文件      257732  2015-01-26 16:38  resting\resting\lib\snakeyaml-1.8.jar
     文件      431406  2015-01-26 16:38  resting\resting\lib\xstream-1.3.1.jar
     目录           0  2015-01-26 16:38  resting\resting\repo\
     目录           0  2015-01-26 16:38  resting\resting\repo\com\
     目录           0  2015-01-26 16:38  resting\resting\repo\com\google\
     目录           0  2015-01-26 16:39  resting\resting\repo\com\google\resting\
     目录           0  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-android\
     目录           0  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-android\0.7\
     文件     1326582  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-android\0.7\resting-android-0.7.jar
     文件          32  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-android\0.7\resting-android-0.7.jar.md5
     文件          40  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-android\0.7\resting-android-0.7.jar.sha1
     文件         307  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-android\maven-metadata-local.xml
     目录           0  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-java\
     目录           0  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-java\0.7\
     文件     1853717  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-java\0.7\resting-java-0.7.jar
     文件          32  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-java\0.7\resting-java-0.7.jar.md5
     文件          40  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-java\0.7\resting-java-0.7.jar.sha1
     文件         304  2015-01-26 16:39  resting\resting\repo\com\google\resting\resting-java\maven-metadata-local.xml
............此处省略425个文件信息

评论

共有 条评论