Category Archives: GWT
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
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