PermGen error

Posts Tagged ‘declarative interfaces tutorial’

GWT 2.0 Declarative Interface Tutorial Project Download

I have now made the project used in the GWT 2.0 tutorials available for download. The project includes declarative interfaces and method binding. It also includes the original GWT RPC example code so the application acts exactly the same as the GWT created example Project Download

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 [...]