Tag Archives: gwt

Performance tuning a GWT application

With Google Web Toolkit (GWT), you write your AJAX front-end in the Java programming language which GWT then cross-compiles into optimized JavaScript that automatically works across all major browsers. …claims Google. And I must say, I’m pretty impressed by the … Continue reading

Posted in Code | Tagged , , , | 17 Comments

Unit testing a user interface

So I’m on this new cool Google Web Toolkit (GWT) project of ours now. Part of the UI consists of a series of HTML labels that is the view to our model. Since our model has a tree structure, we … Continue reading

Posted in test | Tagged , , , , , , | Leave a comment