Slide 27
Slide 27 text
HTTP as Uniform Interface
In
In
In
In RESTful
RESTful
RESTful
RESTful systems
systems
systems
systems we
we
we
we focus on
focus on
focus on
focus on resource
resource
resource
resource names
names
names
names, whereas
in traditional web systems we focussed on the actions to
in traditional web systems we focussed on the actions to
be performed on resources
In RESTful systems we have four specific actions that
we can take upon resources — Create, Retrieve, Update,
Create, Retrieve, Update,
Create, Retrieve, Update,
Create, Retrieve, Update,
and Delete (CRUD)
and Delete (CRUD)
and Delete (CRUD)
and Delete (CRUD)
and Delete (CRUD)
and Delete (CRUD)
and Delete (CRUD)
and Delete (CRUD)
In traditional web applications, we could have countless
actions with no naming or implementation standards