My favorites | English | Sign in

Google Web Toolkit

Articles

Below is a list of articles that have been published about GWT development. If you're interested in contributing an article on a specific GWT topic, please drop us a line.


  • Using GWT with Hibernate - July 2009

    A tutorial article describing various integration strategies for using GWT with the Hibernate framework. A great read if you're just getting start with a new GWT and Hibernate application, or if you're looking for techniques on porting an existing Hibernate backend to a GWT client-side interface.

  • Testing Methodologies Using Google Web Toolkit - March 2009

    An article adapted from Daniel Wellman's "Google Web Toolkit: Writing Ajax Applications Test-First" (BetterSoftware magazine) that illustrates test-driven design for GWT applications.

  • DOM Events, Memory Leaks, and You - January 2009

    An article describing how memory leaks can occur in Ajax applications, and what GWT does under the hood to prevent them. A good read if you've ever wondered at what lengths the GWT team strives to prevent memory leaks in application code.

  • Security for GWT Applications - January 2009

    As much time as you've spent building your application, a black hat programmer has spent figuring out how to break it. Security for your users is as important as your application itself. This article describes different types of attacks that you can expect, and how you can defend your application against them by following secure coding practices.

  • Using GWT for JSON Mashups - January 2009

    GWT has great libraries and techniques for easily interoperating with JSON data. However, working with JSON data that comes from an external domain isn't trivial to deal with, and has security implications. This articles describes the different techniques you can use to build GWT mashups from JSON services across the web.

  • Put your GWT Application on Facebook - January 2009

    Facebook has become a popular platform for hosting Facebook applications where users can interact with other friends. If you're looking to socialize your application on Facebook, this article shows you how to do it in a few easy steps.

Externally hosted articles:
  • Exporting Libraries Developed in GWT to JavaScript - Contributed by Manuel Carrasco Moñino

    This article describes how you can export GWT defined methods to the outside JavaScript world, allowing your GWT application to provide an API for external consumption. It covers both a manual technique which uses only the GWT core library, as well as an even easier technique which uses of the GWT-Exporter library.

    If you believe that any resource should be added or removed from the list above, please let us know.