Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Designing the User Interface (UI) of your application has serious implications for your whole system. Applying a right design pattern such as Model-View-Presenter (MVP) makes for highly testable, well-layered implementations. The minimalistic view programming we apply is further reduced by using UiBinder (a GWT 2 novelty), which enables you to create the view layer by using XML, with practically no Java code at all. In this chapter we’ll work at developing the UI, applying all the mentioned tools and methods.[1]
[1] Note, however, that we won’t be doing a tutorial on basic UI programming; if you need to refresh your knowledge about this, check http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html or google for “GWT UI tutorial.”