• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Tim Cooke
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Piet Souris
Bartenders:

What are Best Tools/Libraries to make a REST Web Service?

 
Ranch Hand
Posts: 674
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there

I am designing a Web Service in REST and I have selected Spring+Hibernate+Jackson Library to Design REST Web Service in Server Side.

I have few questions:
1)Can JSON response from Server Side can be Customized like can we add Some Flags in Response.Like some JSON object or JSON array in response.

2)I am also Utilizing this REST Web Service in android also.I have worked past using DefaultHttpClient to a Parse a JSON Response.My Question is what is Best way to Utilise REST Web Service in android.

It is using DefaultHttpClient or REST Template(I found by googleing...) or is there another way that work best in this seneraio.

Thanks
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See http://android-developers.blogspot.de/2011/09/androids-http-clients.html for the Android team's perspective on which HTTP client to use.
 
Kishor Joshi
Ranch Hand
Posts: 674
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks I read this Post

http://android-developers.blogspot.de/2011/09/androids-http-clients.html

got my solutions

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic