0
8.2kviews
What are the advantages of using AJAX over the traditional approach?

Subject: Advanced Internet Technology

Topic: RIA and Mashup

Difficulty: Low

1 Answer
0
635views

The classic web application model works like this:

  • Most user actions in the interface trigger an HTTP request back to a web server. The server does some processing retrieving data, crunching numbers, talking to various legacy systems and then returns an HTML page to the client.
  • It’s a model adapted …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.