Embed presentation
Download as PDF, PPTX

















































This document discusses REST (Representational State Transfer) and how it can be used with AJAX. It provides definitions of core REST concepts like resources, representations, URIs and HTTP verbs. It describes how web browsers can make HTTP requests but have limitations. AJAX allows getting alternate representations of resources like JSON and making asynchronous HTTP requests to overcome browser limitations. Frameworks help build RESTful AJAX applications by defining the domain model, resources and representations.















































