Hi Keith,
Regarding multiple/single project(s) and unit tests:
I currently have all tests included within the same single project.
The disadvantage of this however seems to me that all tests classes
(including extra jars only needed for testing (like appengine-
testing.jar)) will also be deployed
Hi Vlad,
You should be able to develop and debug App Engine applications in Eclipse
for Java EE in much the same way you would a GWT application, although there
are a few key differences. I believe the main difference is that with App
Engine, you will need to use its included Development Server (
Thanks Google for hard work!
In your FAQ you made a big efforts to support Dynamic Web projects in
Eclipse for Java EE for GWT applications. Does the same apply for App
Engine projects?
What is the recommended way to make complex GWT and App Engine
applications?
In template projects created by