I try to write blogs whenever I get spare time

Just to let you know what I am trying to learn and what I am doing now.

Most Common Elements of GWT module descriptor

One of the most important resources generated by the "ApplicationCreator" is the Module.gwt.xml module descriptor for your project. It is created in the top-level directory of the project’s package. It provides a means to define resource locations and structure.
In the default generated file, there are only two elements: and . The element simply includes the configuration for another named GWT module in the current definition, and defines a class that acts as the starting point of the GWT project. An overview of the most common GWT module descriptor elements is given below:

0 comments:

Post a Comment