After attending Google I/O this year and seeing the magic of GWT, I've
recently switched my developer tools to include Java and GWT.  Please
excuse my questions if they have obvious answers, I'm only just
beginning in both of these areas.

I'm building an application hosted on App Engine with GWT for client
presentation and logic.  I'm using Eclipse and the Google plugin.  I
have everything working smoothly and am very impressed with the Google
team's thinking and organization.

I understand clearly how to setup an Eclipse project for GAE and a
single GWT Client App, but in my particular case, I need to build
multiple GWT clients that all access one GAE app.  The GWT clients
aren't related except that they access the same models/data/services
in my GAE app.  For example, I may have a GWT front end for the
general public, a separate GWT application for administration, and
several 'widget' applications for the public to embed in their own web
pages.

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 :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to