Home Freemagazine Issue12 RESTful Web Services



RESTful Web Services
Posted on: October 13, 2010 at 12:00 AM
RESTful Web services are very popular currently. REST (Representational State Transfer) is an alternative to SOAP, XML-RPC etc., that provides simple, platform-neutral data exchange using the HTTP transport.

RESTful Web Services

       

RESTful Web services are very popular currently. REST (Representational State Transfer) is an alternative to SOAP, XML-RPC etc., that provides simple, platform-neutral data exchange using the HTTP transport. It can be integrated with HTTP more efficiently than SOAP based services.

RESTFul style can be good when web services are fully stateless, caching can be good for performance, service consumer and producer have an understanding of the context, and bandwidth is important and limited. Main advantages of REST web services are lightweight, human readable results and easy to build.

Full Description: http://javajazzup.com/issue12/page8.shtml

       

Related Tags for RESTful Web Services:


More Tutorials from this section

Ask Questions?    Discuss: RESTful Web Services  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.