InterviewSolution
Saved Bookmarks
| 1. |
What Is Module Descriptor In Gwt? |
|
Answer» A module DESCRIPTOR is the configuration file in the FORM of XML which is USED to configure a GWT application. A module descriptor file EXTENSION is *.gwt.xml, where * is the name of the application and this file should reside in the project's root. A module descriptor is the configuration file in the form of XML which is used to configure a GWT application. A module descriptor file extension is *.gwt.xml, where * is the name of the application and this file should reside in the project's root. |
|