RSS

Tag Archive | "Rest"

RESTful API Design

20. October 2011, by Manish.Rathi1

0 Comments

Recently, during development of one of my project, I got a chance to design REST APIs. REST API design is relatively new for me and trust me it is much more than designing Class with few methods. It becomes all the more difficult for someone with RPC background. Here you need different mind set all [...]

Continue reading...

Should We Compare? SOAP VS REST

3. June 2010, by dhejov

2 Comments

First of all let us not compare apples to oranges. SOAP is a protocol where as REST is an approach. So we can completely model my system for REST approach and then implement it using SOAP/WSDL, CORBA or any other technology. So what do we compare SOAP to? I would say right comparison will be SOAP vs POX [...]

Continue reading...

Designing SOA in a RESTful way

6. November 2009, by RickyHo

Comments Off

Based on the same architectural pattern of the web, “REST” has a growing dominance of the SOA (Service Oriented Architecture) implementation these days. In this article, we will discuss some basic design principles of REST. SOAP : The Remote Procedure Call Model Before the REST become a dominance, most of SOA architecture are built around WS* stack, [...]

Continue reading...

SOAP VS REST Web Services

2. August 2009, by Ashwani Kumar

3 Comments

(taken from my blog: Soap Vs Rest) When we start designing the Architecture of any Web Application, architects generally think what to choose? REST or SOAP In this blog I am going to describe few design principles based upon which you can choose either SOAP or REST History of WebServices Webservices were built in the last 10-15 years in [...]

Continue reading...