Threads in GWT?
While it is widely reported that Google Web Toolkit does not support Java Threads and multi-threading, a number of aspects of concurrent applications can be emulated in GWT's single thread JavaScript world. The particular features that are relatively easy to emulate are: * Timers * Background Execution * Locks * 'Thread-safe&