General approach in GWT is to use Panels and then apply custom CSS themes to get a customized look. While I can achieve a certain extent of personalization of my GWT app thr
So far, the best approach I found:
UiBinder
as much as possibleCommon
CssResource with rules reused by many widgetsthat way you don't need to maintain one global stylesheet which always is a pain (common problem: where is this rule used?)