Usefulref Home 

Web Design & Development Guide

Google Web Toolkit

Home | Up


The Google Web Toolkit is an open source toolkit allowing developers to create Ajax applications in the Java programming language [1]. GWT supports rapid client/server development and debugging in any Java IDE. In a subsequent deployment step, the GWT compiler translates a working Java application into equivalent JavaScript that programmatically manipulates a web browser's HTML DOM using DHTML techniques. GWT emphasizes reusable, efficient solutions to recurring Ajax challenges, namely asynchronous remote procedure calls, history management, bookmarking, and cross-browser portability.

Features

Available widgets

As of December 2006, the Google Web Toolkit contains widgets for:

Many common widgets not found in the Google Web Toolkit have been implemented in third-party libraries, such as the GWT Component Library.

The rocket-gwt contains many extras which help developers author sophisticated GWT powered applications including:

History

See Also

Reference

  1. ^ Johnson, Bruce (2006-12-12). GWT 1.3 Release Candidate is 100% Open Source.

External links


Home | Up

Web Design & Development Guide, Powered by Usefulref