Interview Question in Ajax


 

Interview Question :: What is the difference between proxied and proxyless calls?

 What is the difference between proxied and proxyless calls? 

by ksk
VoteNowAnswers to "What is the difference between proxied and proxyless calls?"

 Proxied calls are made through stub objects that mimic your PHP classes on the JavaScript side. E.g., the helloworld class from the Hello World example. 

Proxyless calls are made using utility javascript functions like HTML_AJAX.replace() and HTML_AJAX.append().

by ksk