Can someone post an example of the shortest way to exchange (preferably a static finite) string or a number constant between Java code and UiBinder XML, where I can use a constant either in an attribute:
<g:TextArea width="...px"/>
or meaning:
<g:Label>...</g:Label>
I can not find an example of this, only text from a file that I do not want.
source share