GWT
The Google Web Toolkit is a set of tools and APIs for creating responsive, highly interactive web applications.
GWT UML Diagrams
| GWT static structure | class diagram |
| RootPanel construction | getting the default RootPanel, creating a RootPanel |
| Widget construction | creating a button, native event registration, ClickListener registration |
| Attaching a Widget | adding a button to the RootPanel, setting the native event handler |
| Event sequence | clicking a button in the browser, event propagation |
GWT Bug Demos
Bugs that are too complex to reproduce in a JUnit test case.
click here
