Sign in to add a comment
|
|
|
Search
|
|
DevGuideImageBundles
Optimize the performance of your application by reducing the number of HTTP requests for images.
Image BundlesAn 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. TopicsImageBundles 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 AlsoSee also, the GWT API Reference, the ImageBundle interface. |
Sign in to add a comment