Is the server or the client in control in AJAX?
January 16, 2008 · Filed Under AJAX Interview Questions, Placement Questions
It depends. With AJAX the answer is more in between. Control can be more centralized in a server-side component or as a mix of client-side and server-side controllers.
Centralized server-side controller - When having a more centralized controller the key is to make sure the data in client-side page is in sync with that of the […]

