Hello world!!!
by Royston Olivera on Sep.29, 2008, under Miscellaneous
Being a Software Engineer I have to start of with the traditional “Hello World!” post. Here’s a list of Hello World programs in various programming languages.
by Royston Olivera on Sep.29, 2008, under Miscellaneous
Being a Software Engineer I have to start of with the traditional “Hello World!” post. Here’s a list of Hello World programs in various programming languages.
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
Few highly recommended blogs/sites...
All entries, chronologically...
May 21st, 2009 on 1:51 AM
Hi Olivera,
Jiny here.Perhaps this is not the right place to comment on socialconnect (http://socialconnect.roystonolivera.com/) but couldn’t find a better place.
I want some help on using the social API, the one you have used on social connect.Would like to know how to initiate the call to the server and how to process the JSON file returned by the server.
I am familiar with JAVA and XML but JSON is new to me.
Appreciate any help
May 21st, 2009 on 2:56 AM
Jiny,
Use these:
HTTPClient to make http request to the concerned server.
For the response that you receive, which should be JSON, use JSON API available to convert JSON data into XML / Java objects as per your need.
References:
HTTPClient: http://hc.apache.org/httpclient-3.x/index.html
JSON: http://www.json.org/java/index.html
May 21st, 2009 on 6:59 AM
Hey,
Thanks a ton.It does a great job
@Olivera-Thanks to you as well
May 21st, 2009 on 3:54 AM
@Anand - Thanks for the quick reply to this post
@Jiny - Hi Jiny, I am a PHP developer, so had asked Anand to reply to your queries … hope this helps you