Google Web Toolkit

November 17th, 2007 Arsen Posted in Patterns - Java |

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

  • You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
  • UI components are open-source, Java-to-JavaScript compiler is open-source too since december 2006.
  • Dynamic, reusable UI components
  • Really simple RPC
  • Browser history management
  • Real debugging
  • Interoperability and fine-grained control

Leave a Reply