showing results for - "ajax vs rest"
Simón
24 Mar 2016
1In Ajax, the request are sent to the
2server by using XMLHttpRequest objects.
3The response is used by the JavaScript 
4code to dynamically alter the current page
5Ajax is a set of technology; it is a technique
6of dynamically updating parts of UI
7without having to reload the page
8Ajax eliminates the interaction between
9the customer and server asynchronously.
10
11Rest
12REST have a URL structure and a request/response
13pattern the revolve around the use of resources
14REST is a type of software architecture and
15a method for users to request data or 
16information from servers
17REST requires the interaction between 
18the customer and server