What is the difference between proxied and proxyless calls in AJAX?
Answer / v madhu babu
Proxied calls are made through stub objects which can be called from PHP classes on the JavaScript side in AJAX.
Proxyless calls are made using utility JavaScript functions like HTML_AJAX.replace() and HTML_AJAX.append() in AJAX.
| Is This Answer Correct ? | 5 Yes | 2 No |
When will html_ajax have a stable release?
What is a simple example of where a ajax request would be used?
What technologies are being used in ajax? : asp.net ajax
Is ajax a browser-dependent or a browser-independent script?
How many types of triggers are present in update panel?
What is the asp.net ajax framework?
How do I provide internationalized ajax interactions?
What is use of Update Panel control in Ajax toolkit?
What is ajax used for?
Do ajax applications always deliver a better experience than traditional web applications?
How does html_ajax compare with the xajax project at sourceforge?
Is ajax built into javascript?