Hello,

Just to let any reader know, I managed to solve my problem by
separating the backend stuff from the frontend stuff, with the
creation of 2 eclipse projects.  I also created a source directory
named "shared" which is imported in both projects.

This way, I fixed every problem I had and would have had in the long
run.

I can:
Run tomcat in debug with the front-end compiled as production (Debug
in backend, no debug in front end) with only the backend project open
Run tomcat in debug with the front-end running in GWT in debug mode
(Debug in both projects means I can debug either side) requires both
projects open
I can easily deploy both sides compiled as production in a stand-alone
tomcat (No Eclipse at all)

We configure JNDI ressources etc, all of this included in Spring, with
AJDT.  Using only the Google App Engine in an integrated project would
have come with its set of problems in the long run (I could not find
how to define JNDI ressources in GAE, etc)

We work the same way with our integration with Flex.  We are used to
it.

Regards,
Bob

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to