My favorites | Sign in
Google
                
Search
for
Updated Nov 25, 2008 by msinclairstevens
DevGuideImageBundles  
Optimize the performance of your application by reducing the number of HTTP requests for images.

Image Bundles

An image bundle is a construct used to improve application performance by reducing the number of round trip HTTP requests to the server to fetch images. GWT can package many image files into a single large file to be downloaded from the server and managed as a Java object.

Topics

ImageBundles Make Using Images More Efficient

Explains why Image Bundles are more efficient than using HTML IMG tags.

Creating and Using an Image Bundle

Define an image bundle and use it in your application.

Image Bundles and Localization

Create locale-sensitive image bundles by using GWT's localization capabilities.

See Also

See also, the GWT API Reference, the ImageBundle interface.


Sign in to add a comment