
Behavior such as the presentation and processing of forms or user controls is usually handled by a scripting
language . Ajax techniques tie these forms of processing together so that only the part of the Web page affected by current user activity needs to be updated. Only a small amount of data needs to be received from the server, while most of the HTML code needed to update the page is generated on the client side - that is, in the Web browser. Besides making Web pages more flexible and interactive, Ajax also makes it much easier to develop more elaborate applications, even delivering fully functional applications such as word processing and spreadsheets over the Web. Some critics of Ajax have decried its reliance on JavaScript,
arguing that the language has a hard-to-use syntax similar to the C language and poorly implements objects.
language . Ajax techniques tie these forms of processing together so that only the part of the Web page affected by current user activity needs to be updated. Only a small amount of data needs to be received from the server, while most of the HTML code needed to update the page is generated on the client side - that is, in the Web browser. Besides making Web pages more flexible and interactive, Ajax also makes it much easier to develop more elaborate applications, even delivering fully functional applications such as word processing and spreadsheets over the Web. Some critics of Ajax have decried its reliance on JavaScript,
arguing that the language has a hard-to-use syntax similar to the C language and poorly implements objects.
There is also a need to standardize behavior across the popular Web browsers. Nevertheless, Ajax has rapidly caught on in the Web development community, filling bookstore shelves with books on applying Ajax techniques to a variety of other languages. Ajax can be simplified by providing a framework of objects and methods that the programmer can use to set up and manage the connections between server and browser. Flapjax is a complete high-level programming language that uses the same syntax as the popular JavaScript but hides the messy details of sharing and updating data between client and server.
No comments:
Post a Comment