| Ajax |
|
|
|
| Written by Administrator |
| Friday, 20 November 2009 18:22 |
|
The Ajax technique uses a combination of:
Like DHTML, LAMP and SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies. The deployment of business applications has historically forced solution developers to choose between two, often less than optimal, models: "thick" desktop installed applications, or "thin" Web browser-accessible applications. Thick applications are great for their robust features, speed and performance, but are expensive to install and deploy. Because of that, businesses today prefer Web-accessible applications. However, the functionalities are limited because HTML and HTTP were created for marking up documents and forms - not for authoring and deploying software solutions. With Ajax, enterprises get the best of both worlds: the low cost of ownership of Website applications and the rich graphical user interface features, speed and performance of thick clients. New interfaces leverages the asynchronous communications, javascript, XML and DHTML ("Ajax") capabilities present in the ubiquitous Web browser so that you can deliver rich internet applications with no applets, plug-ins or installation of client/server frameworks. The Wall Street Journal recently noted that Ajax represents "a big step toward the Holy Grail of having the kinds of speed and responsiveness in Website based programs that's usually associated with desktop software." |
| Last Updated on Monday, 07 December 2009 02:59 |