2008
DOI: 10.1109/mic.2008.130
|View full text |Cite
|
Sign up to set email alerts
|

RESTful Web Services Development Checklist

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
36
0
2

Year Published

2009
2009
2016
2016

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 41 publications
(38 citation statements)
references
References 0 publications
0
36
0
2
Order By: Relevance
“…HTTP uses Multipurpose Internet Mail Extensions (MIME) media types to identify the data formats [2], Some of the common MIME are given in table 1 used by the restful services. Table 1.…”
Section: ) Jerseymentioning
confidence: 99%
See 1 more Smart Citation
“…HTTP uses Multipurpose Internet Mail Extensions (MIME) media types to identify the data formats [2], Some of the common MIME are given in table 1 used by the restful services. Table 1.…”
Section: ) Jerseymentioning
confidence: 99%
“…The building blocks of the Web are called resources [3].Resources are manipulated through messages that have standard meanings on the Web called as HTTP methods. Resources are named with uniform resource identifier (URIs) [2].…”
Section: Introductionmentioning
confidence: 99%
“…REST was not introduced as an approach to designing web services, yet it has been adopted by the non-corporate Web Service community as alternative to SOAP/WSDL. Although not always adhering to the all of REST's constraints [10] [11] [12], RESTful Web Services are gaining popularity and are adopted by major service providers like Google, Amazon and Yahoo.…”
Section: Introductionmentioning
confidence: 99%
“…To build our catalog, we surveyed several studies of REST APIs elaborated by Massé [6], Rodrigues et al [2], Palma et al [8,9], Vinoski [13], Stowe [12], and Richardson and Ruby [11]. In particular, Massé [6] provides a concise catalog of practices organised by categories.…”
mentioning
confidence: 99%
“…Error Handling practices specify how HTTP messages must be used as a response of a HTTP request method (Table 4). HTTP Header practices describe how must be used HTTP headers to complete requests with metadata or complementary data ( 2 GET must be used to retrieve a representation of a resource [6,11,12,13] 3 HEAD should be used to retrieve response headers [6,11,12,13] -4 PUT must be used to both insert and update a stored resource [6,11,12,13] --5 PUT must be used to update mutable resources [6,11,12,13] 6 POST must be used to create a new resource in a collection [6,11,12,13] 7 POST must be used to execute controllers [6,12] 8 DELETE must be used to remove a resource from its parent [6,11,12,13] …”
mentioning
confidence: 99%