GWT

GWT Logo

Google Web Toolkit, is a development toolkit for building browser-based interfaces using Java. Its goal is to enable productive development of high-performance web applications without the developer having to be an expert in browser quirks, XMLHttpRequest, and JavaScript.

GWT is used by many products at Google, including Google Wave and the new version of AdWords. It's open source, completely free, and used by thousands of developers around the world.

GWT 2.1 MVP Tutorial Part I: The model

on Sunday, 04 July 2010. Posted in GWT

The first part of a tutorial on MVP in GWT 2.1

Welcome to this tutorial on the new features of GWT 2.1.

Some time ago, the Overlook Team decided to use Google Web Toolkit to provide a browser-based interface to our great discovery engine for Fing. At the Google I/O 2010, new and very interesting developments have been presented for the 2.1 release. Things are being developed and changed in this very moment, and some time will be required until the design gets finalized and some documentation written.

If, like us, you are curious and impatient, we hope that this tutorial can give you a heads up to make an educated decision on the impact the new framework might have on your projects.