Questions tagged [clientbundle]

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.

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.

Resources

Good understanding of ClientBundle advantages : https://developers.google.com/web-toolkit/doc/latest/DevGuideUiImageBundles?hl=fr

Official documentation : https://developers.google.com/web-toolkit/doc/latest/DevGuideClientBundle

61 questions
0
votes
1 answer

GWT: Widget/Template and ClientBundle

which combinations of Widget/Template and ClientBundleare allowed, and are there any known limitation / things you should consider when using them. Afaik something like: @Template(""{0}\"

not allowed

") SafeHtml iconONLY(Widget w); isn't…
Stefan
  • 14,826
  • 17
  • 80
  • 143
1 2 3 4
5