I want to learn GWT
.
I have done the tutorial and now I want to create a complete website. My idea is to create a small mock site like http://www.chucknorrisfacts.com/.
My doubts are:
- How should I do the facts list? Should it be
ListView
? - How should I do the pagination? Does
smartgwt
help me with the pagination code? - Would you recommend to do the layout in HTML or I should do everything from my java code.