The document discusses REST (Representational State Transfer) and compares it to other architectural styles like WS-* and SOAP. REST is an architectural style that uses HTTP methods like GET, PUT, POST and DELETE to operate on resources identified by URIs. It emphasizes stateless communication and returning representations of resources in response to requests. Popular REST APIs and implementations include Google's GData and OpenSocial, as well as Amazon S3 and SimpleDB.