IS 337: Website Administration

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

Creative © 2007 Calvin College and Jeremy D. Frens.
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.