PermGen error

Posts Tagged ‘Google Web Toolkit’

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 Declarative Interfaces

Ok so if you’ve followed the previous stage you’ll have a running web application that looks like the following: This is the sample web application that GWT creates and it demonstrates some of the properties of GWT including Remote Procedure Calls (RPC). Clicking on the send button sends the name entered to the server and [...]