As far as I understand, GWT is not creating sprites by default except for some old browsers. Instead it stores images as Strings somewhere in javascript code or somehow else. I have heard that changing the property...
<set-property name='ClientBundle.enableInlining' value='false' />
...will force GWT to generate image sprites
(i.e. big images combined from small icons) from image resources I provided.
The questions are:
1) can I force GWT
to use my own sprite file our designer has created for me instead of generating such a file automatically?
2) what is the best way of dealing with images in GWT
from your experience?
Create a ressource for your bundle image :
So now there are two ways to use the ImageResource obtained from MyResources. The first is to attach it to a CSS rule using the @sprite directive. myCss.css:
You create your sprites classes and set your class name.