Using UiBinder, the main use of CssResource is to dynamically change the style. If you are not going to change styles dynamically, do not waste time on CssResource.
CSS. UiBinder, 1 - . - .ui.xml , CSS .
CSS UiBinder, , . :
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui">
<ui:style src="../css/StyleSheet.css" />
...
...
<g:LayoutPanel ui:field="layoutName" styleName="{style.aCssRule}" >
...
, , CssResource ( ClientBundle) CSS, .