Guide: When and how to use REST
Editor's note
Representational state transfer (REST) is a stateless software architecture that reads webpages containing XML. REST, which some architects view as a simpler alternative to Simple Object Access Protocol (SOAP) and Web Services Description Language Web services, has become a popular Web application program interface (API) model over the years. A RESTful API, or RESTful Web service, uses both HTTP and REST.
This REST guide brings together a range of stories that highlight when it's best to implement REST, especially in comparison with SOAP and with an API.
1Relationship between REST and APIs
Mobile and cloud applications, social networking websites, and automated business processes are among the drivers fueling the need for RESTful APIs. Application architects can find themselves with a good headache if they don't completely understand the technology.
-
Article
REST approach gains popularity with software pros
Software developers are demanding APIs that are delivered in a RESTful, resource based way, and one way to do that is by building with the RESTlet framework. Read Now
-
Article
Naming strategies for RESTful Web services
New descriptive languages like WADL and WSDL 2.0 are making it possible to describe the RESTful contract to client applications. However, if your RESTful web services are not named effectively, the mechanism for describing the interface may run out of steam. Read Now
-
Article
REST APIs more important in application integration design
Architecture changes today center on design of the API, says Gartner. The API increasingly supports REST interfaces. Read Now
2More on REST uses
Everything from enterprise service buses (ESBs) to health care can have a part in RESTful integration. Here are some other stories involving the platform.
-
Article
REST architecture in health IT
Gerald Beuchelt, project software systems engineer at MITRE, discusses the role of RESTful services in building a national health IT infrastructure. Read Now
-
Article
An ESB's role in RESTful integration
ESBs may move from the central integration hub toward a specialized role integrating new RESTful architecture with legacy applications. Read Now
-
Article
Deploying RESTful services: Think like a developer
Organizations need to think about a developer’s needs in the development or deployment of RESTful services. Read this tip by George Lawton that will help create better REST interfaces. Read Now