I am making a web application using GWT. Please help me decide what I should use for creating the UI as I have options of creating simple HTML controls, Java widgets and Javascript code. Please list the pros and corns of all three methods for designing UI in GWT.
Share
GWT offers the UiBinder for the ui design. If your application isn’t too dynamic, I woudld suggest you to use it.
See http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html