Re: Mutli Module Application - GWT

2009-11-06 Thread Henrique Viecili
Vishant... more than one year ago we've started a GWT/Java/Spring application, and we were also struggling with the idea of having to work with a single Entry Point in the application (this was the first GWT app we built), and we decided to try with more than one module/entry point in the applica

Re: Mutli Module Application - GWT

2009-11-06 Thread Martin Hutchinson
Hi Vishant, It is true that each module/application can have only a single entry point, but this does make sense. Think of this as the equivalent of a main() method in a normal Java application. Though the application has only one entry point you can use conditional logic in there based on fact