|
Benefits:
AJAX brings to web applications new characteristics that are not available as standard in traditional web applications.
Continuous uploading,time is not wasted while waiting for page redraws and reloads
Real-time updates,certain parts of the web pages are directly updated without requiring the whole page to updated.
Greater graphical interaction similar to desktop applications – drag and drop
Standard mechanism for the client to interact with the server and only send small xml fragments.
|