Menu

Apache Ivy Logo

ClientBundle

In GWT Tutoria,l we streamline the image management through GWT ClientBundle, which provides an unified way to create and manage the icons.

Anchor

GWT Tutorial uses GWT Anchor and StackLayoutPanel to build Menu which is similar to the GWT Showcase menu. MenuItem widget is just a GWT Anchor

EventBus

GWT EventBus mechanism, introduced in GWT 2.1, is an elegant way to decouple events source and handler. GWT Tutorial extensively uses GWT EventBus.

EventBus Example

GWT EventBus example - One of the best widgets to explain the benefits of GWT EventBus is Status widget used to display the application messages.