I hope by now you have resolved resolved your issue. I wrote a snippet which uses realtime restful service
<code>
// Create a new RestTemplate instance
RestTemplate restTemplate = new...
Type: Posts; User: makeurownrules; Keyword(s):
I hope by now you have resolved resolved your issue. I wrote a snippet which uses realtime restful service
<code>
// Create a new RestTemplate instance
RestTemplate restTemplate = new...
Hi,
I have written a blog about RestFul Client on Android using Spring at http://www.makeurownrules.com/rest-spring-maven-android. Its real time example and uses geonames.org restful service
...