Category Archives: GWT

Blogs about Google Web Toolkit

Testing GWT RPC services

You may know that testing with GWTTestCase are very slow. And there are many posts about testing GWT applications without using GWTTestCase. However, it is still hard to test our RPC remote services. That is the reason I decided to … Continue reading

Posted in GWT | Tagged , | 76 Comments

Using OOPHM to develop XUL applications

GWT bootstrap script This post shows how we can use OOPHM to develop XUL applications in GWT. In this post, we will develop a Firefox extension and you can try yourself on Thunderbird and XulRunner. In previous versions, GWT uses … Continue reading

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