Sunday, August 14, 2005

Ajax implemented using JSP Tags and JavaScript

OK..the wait is worth.
A framework to make development with AJAX type application easier.

The type of operations supported:
Autocomplete...Select/Dropdown...Update Field

What is AJAX?
Goto google gmail and google earth. They are built using technology similar to AJAX. Bascially, background processing and asyn query to server to do sth, either receiving response or to just invoke some actions in server. The result is user could continue to work. This is not new technology in fact. Quite a few of us already doing web app using this approach, BUT, now, give it a name.

No comments: