java on davidchua https://dchua.com/tags/java/ Recent content in java on davidchua Hugo -- gohugo.io en-us Tue, 21 Dec 2010 00:00:00 +0000 How to Consume Project Nimbus Dataservices via REST in Java/Android https://dchua.com/posts/2010-12-21-how-to-consume-project-nimbus-dataservices-via-rest-in-javaandroid/ Tue, 21 Dec 2010 00:00:00 +0000 https://dchua.com/posts/2010-12-21-how-to-consume-project-nimbus-dataservices-via-rest-in-javaandroid/ In my previous post, I’ve wrote about consuming Project Nimbus Datasets in Ruby through their REST API interface. Right now, on Project Nimbus’s guides to consuming their datasets in Java/Android currently introduces two method. One is to use the Restlet framework to connect, and another is through a manual webservice method. I particulaly found the two tutorials lacking, especially for a beginning Java guy, or a Rusty java guy. The webservice tutorial have lots of holes in between and might throw off new users, like how it threw me off.