Re: Multi url GWT app

2010-12-16 Thread Jim Majure
Each module can have at most 1 entry point. If you don't want to have multiple modules, then you need to get the page URL in the onModlueLoad method and construct the UI appropriately. The Window.Location gives access to the browser's Location object. Keep in mind that you're trading compile time

Re: Multiple Modules in Eclipse IDE

2010-11-16 Thread Jim Majure
in client or shared to be compiled by the GWT compiler. > > This can be configured in your  [AppName].gwt.xml > ie > > On Nov 10, 12:59 pm, Jim Majure wrote: > > > > > > > > > I am trying to create multiple modules in a single Eclipse project. I > >

Multiple Modules in Eclipse IDE

2010-11-10 Thread Jim Majure
I am trying to create multiple modules in a single Eclipse project. I consistently get the "No source code is available for type : did you forget to inherit a required module?" I am using Eclipse 3.5, with the latest version of the GWT plugin. I do have the proper tags. The runtime configuration