Intro to GWT
The Google Web Toolkit (GWT) is an open source framework that allows developers to create Ajax web applications using the Java language.
Using GWT, developers have access to Java's robust development tools and debugging capabilities when creating their applications. When their application is ready to be deployed, the GWT compiler will compile your Java source code into highly optimized Javascript.
Advantages of GWT
- Easy Ajax development - No actual AJAX knowledge required.
- Tooling support - Easy code editing, refactoring and debugging using any Java IDE.
- Write once, work everywhere - Your web applications will work across all the popular browsers. GWT handles all the browser quirks for you.
- Hosted mode - Rapid code and debug cycle in a simulated browser environment
- Built in set of widgets and layouts - Includes tables, trees, buttons, text fields and more.
- RPC mechanism - for communicating with your server components.
GWT Development
- Download GWT
- Download the latest version of GWT for your platform.
- GWT Developer Forum
- GWT google groups forum
- GWT Documentation
- The official GWT documentation
GWT Blogs
- GWT Site
- Unofficial GWT blog. Latest news and original articles.
- onGWT
- Tracking News on GWT
- Timepedia
- Blog of GWT guru Ray Cromwell
- Google Web Toolkit Blog
- The official GWT blog.
GWT Books on Amazon
GWT in Practice
Amazon Price: $31.49 (as of 05/10/2008)
Google Web Toolkit Applications
Amazon Price: $40.80 (as of 05/10/2008)
Google Web Toolkit Solutions: More Cool & Useful Stuff
Amazon Price: $33.40 (as of 05/10/2008)
GWT in Action: Easy Ajax with the Google Web Toolkit
Amazon Price: $31.99 (as of 05/10/2008)
Fast, Easy, Beautiful: GWT
Google Developer Day US - Fast, Easy, Beautiful: GWT
Fast, Easy, Beautiful: Pick Three -- Building Web User Interfaces in the Java Programming Language with Google Web Toolkit Bruce Johnson, Joel Webber The Google Web Toolkit (GWT) is an open source Java-centric framework for creating AJAX applications. GWT cross-compiles Java source into JavaScript, allowing Java developers to use their existing Java skills and tools to easily create AJAX applications with virtually no learning curve. After a short introduction to GWT, we will dive quickly into a few key topics including high-performance AJAX, remote procedure calls, and integration with existing web applications.
Runtime: 48:44
147783 views
10 Comments:
Sites using GWT
- GPokr
- Multiplayer Texas Hold-em
- KDice
- Multiplayer Dice Wars game
- Free online Sudoku
- GSudokr

