List some benefits of using CssResource, ImageResource, TextResource in GWT?

devquora
devquora

Posted On: Feb 22, 2018

 

CssResource allows you to insert CSS files into your application. Call CssResource.ensureInjected() at runtime to inject the content of the stylesheet.

ImageResource provides access to an image data in the most effective way.

TextResource allows you to access the content of a file which is contained in the compiled file.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    GWT interview questions

    What is GWT framework?

    GWT stands for Google Web Toolkit which is an open source framework designed to build outer-performance web applications in Java...

    GWT interview questions

    What is GWT used for?

    It is a toolkit designed for building and optimizing browser-based applications...

    GWT interview questions

    What are requirements to install GWT?

    To install GWT, first install JDK Java Development Kit on your system as GWT is based on Java...