91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 9.53MB
    文件類型: .zip
    金幣: 2
    下載: 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個文件信息

評論

共有 條評論