0 votes
in SOAPUI by
Difference between AJAX and REST

1 Answer

0 votes
by

AJAX

REST

  • In Ajax, the request are sent to the server by using XMLHttpRequest objects. The response is used by the JavaScript code to dynamically alter the current page
  • Ajax is a set of technology; it is a technique of dynamically updating parts of UI without having to reload the page
  • Ajax eliminates the interaction between the customer and server asynchronously
  • REST requires the interaction between the customer and server
  • REST have a URL structure and a request/response pattern the revolve around the use of resources
  • REST is a type of software architecture and a method for users to request data or information from servers
  • REST requires the interaction between the customer and server

Related questions

0 votes
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
0 votes
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
0 votes
asked Nov 30, 2019 in SOAPUI by Sinaya
0 votes
asked Sep 23, 2023 in Web Service by john ganales
...