Ajax Tools for Eclipse

Ajax is increasingly popular as a way to code rich Internet applications.

Shorthand for asynchronous JavaScript and XML, Ajax lets you give every user — on any major browser — the same dynamic, standards-compliant experience.

Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like easy for developers who don't speak browser quirks as a second language.

Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile. GWT lets you avoid many of these headaches. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.

Make using Google Web Toolkit a WYSIWYG experience.

GWT Designer is a plug-in for using Google Web Toolkit to develop Ajax rich internet applications.

Read about GWT Designer »