Tuesday, June 19, 2007

Using Google Web Toolkit (GWT) and NetBeans for Building AJAX Applications

a step by step tutorial on how to create AJAX web Application using Google Web Toolkit

have a nice time there ;)

(Note for web newbies like me:
AJAX stands for Asynchronous JavaScript and XML; term describing a web development technique for creating interactive web applications that interchanges data asynchronously with the web server, and provide dynamic fast response to the user. it's not like traditional http request-to-response delay; XMLHttpRequest/XMLHttpResponse used instead.

example of AJAX features:
autofill feature in google search toolbar and in gmail To, Cc and Bcc fields)

No comments: