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. |
|