I'm trying to develop a web-based user interface for a Google App Engine application. The Google App Engine application uses Google Modules. I've read from other users that GWT is a good choice for the user interface. I've also had experience with GWT from the Google Plugin for Eclipse.
I suspect that a Google Module conforms to a J2EE convention of modules. I found a site that says there are 4 types of J2EE modules.
QUESTION 1
What's the difference between a GWT Module and a Google Module? Is there ANY relationship? I suspect no.
QUESTION 2
Is there any relationship between any of the 4 types of J2EE modules and GWT Module?