Google News
logo
Java GWT - Interview Questions
What is a module descriptor in GWT?
A module descriptor is a configuration file used to set-up a GWT application. Its file extension is *.gwt.xml, where * is the name of the application and this file should reside in the project's root.
Advertisement