GWT Event Bus Basics
This video discusses the GWT Event Bus and shows how an Event Bus can be used to loosely couple controllers or views in MVC applications, and includes live coding of a GWT using the SimpleEventBus client.
This video discusses the GWT Event Bus and shows how an Event Bus can be used to loosely couple controllers or views in MVC applications, and includes live coding of a GWT using the SimpleEventBus client.
Several of the core engineers discuss the new features and frameworks in GWT.
The GWT compiler is not just a Java to JavaScript transliterator. It performs many optimizations along the way. This session shows you not only the optimizations performed, but how you can get more out of the compiler itself. Learn how to speed up compiles, use -draftCompile, compile for only one …
There have been some really huge improvements in GWT’s UI fundamentals over the past year. We’ve introduced features such as UiBinder, ClientBundle, CssResource, and uber layout panels that allow you to build fast UIs in a sane manner. Come see how fun/easy/fast it can be to use these technologies in …
This video show how to integrate GWT with Spring and Hibernate ORM. In addition to the standard Spring+Hibernate integration (transactions, exception handling, DAO templates, etc.), it also discuss how to access spring beans via GWT’s RPC facilities. Next it presents client side remote interfaces and service proxies, exception handling, domain …
For large Google Web Toolkit (GWT) applications, there’s a lot you should think about early in the design of your project. GWT has a variety of technologies to help you, but putting it all together can be daunting. This session walks you through how teams at Google architect production-grade applications, …