forked from stephanenicolas/robospice
-
Notifications
You must be signed in to change notification settings - Fork 0
Spring Android module
stephanenicolas edited this page Feb 16, 2013
·
4 revisions
Spring Android is a library that makes it easy to perform REST requests and communicate with web services using POJOs.
The RoboSpice Spring Android module provides support for :
- all supported network data format of Spring Android : JSON (via Gson/Jackson) and XML
- persistence of the results of
SpiceRequestin these formats - pre-setup
SpiceServicesubclasses
A sample for this module is available in RoboSpice samples repository on GitHub.
Basically, a SpringAndroidSpiceService will have the ability to provide every SpringAndroidSpiceRequest with a Spring Android Rest Template to ease creating REST requests and transforming them into POJOs.