PermGen error

Posts Tagged ‘gwt rc2’

GWT 2.0 Declarative Interfaces Event Handler Binding

Moving on from the previous tutorial on GWT 2.0 Declarative Interfaces version 2 of GWT also allows dynamic method binding. This means that simply by adding a few Java annotations we can bind methods to interface objects. In the past we would have to add a new ClickHandler to our code and set the click [...]

GWT 2.0 – First look and Guide

Today I have been testing setting up a new 2.0 Google Web Toolkit. GWT 2.0 is currently on Milestone release so I thought I’d give it a try. I especially want to try out the GWT declarative UI features I’ll go through the steps I have made to start the project. (I’m assuming you are [...]