Lecture for November 17: RSS and REST
Topics
Acronym Soup
RSS
- Written as XML document.
- Served up with HTTP.
REST (or an
approximation)
- Resources are accessed through a
uniform interface.
- A REST protocol is client-server, stateless, cacheable,
layered.
- WWW is RESTful: toggle
- DB::HTTP as
CRUD::
POST,GET,PUT,DELETE
- Problem: (X)HTML only allows
POST and
GET.
Readings and Resources
- See the Wikipedia articles linked to in the notes above.
Quick Written Assignment for Next Time