- • REpresentational State Transfer (Roy Fielding)
- • Make URI request using existing HTTP methods: GET / POST / PUT / DELETE.
- • Data returned as XML, and you do need to touch it.
- • Which is good, because it's not complicated.
- • Many ways to parse XML: SAX / DOM / XSLT / SimpleXML