OPI Blog
Learn from experts in their fields

Browsing Tags: GWT

May 2, 2018
Logical GWT client testing with Spock
GWT – Google Web Toolkit may not be as heavily used as it once was 5-10 years ago, though many enterprise teams and legacy projects are still using the technology. While we can easily use ...
Nov 7, 2013
Testing GWT with GwtMockito
Introduction This article shows how to use Mockito’s doAnswer() and thenAnswer() to test hard to reach code usually written within a GWT application. The technique of calling anonymous inner classes from test code applies to ...
Apr 4, 2013
Improving the GWT Async Callback
The core of GWT framework for async communication to the server is through the async callback interface. Its interface is rather simple, but unfortunately, as with a lot GWT development the simplicity is lost with ...