It's totally possible to have several GWT modules in the same Eclipse
project (and have them posted to App Engine in one go!). You can do
this by selecting "New > Module". Then, typically, you'll create a new
HTML page in your war directory and have it load that GWT module.
When you do a "Run..." in Eclipse, you're typically running in "Hosted
Mode", so you shouldn't have to worry about your code getting compiled
to js.
You can choose which client you run by having each module loaded on
its own HTML page. If you take a look at the HTML generated for a new
project, you can see how it loads the ".nocache.js" file for a given
module.
Hope this helps!
On Wed, Jun 3, 2009 at 6:38 PM, clanusse <cha...@tactevo.com> wrote:
> In this scenario, I need to setup at least 3 completely independent
> GWT modules in Eclipse in the same project. My GAE servlet/RPC code
> is also in this project. Can anyone suggest how I might accomplish
> this?
>
> Even if I do get it setup, I'm wondering about these potential issues:
>
> 1. How do I make sure that each GWT client gets compiled when I do a
> 'run..' in Eclipse?
> 2. How do I specify which client runs when testing?
>
> I'm assuming a suggestion might be to build independent Eclipse
> projects, BUT I really want to keep the whole thing together and post
> the entire project to GAE at once...
>
> Thanks in advance :)
--
Alex Rudnick
swe, gwt, atl
Hooray :) Happy hacking!