AJAX with JAVA

Posted Friday, May 26, 2006

Google has recently released their Google Web Toolkit which will allow for rapid development of AJAX applications using the JAVA language. Now, any developer who has a good grasp of JAVA can delve into the world of AJAX without any knowledge of JavaScript.

Some of the key features of the Google Web Toolkit include dynamic, reusable UI components, browser history management (no more broken "Back" buttons), and cross browser compatability without having to write extra lines of "just in case" code. To learn more and download Google's Web Toolkit please visit the Google Web Toolkit website.