[appengine-java] Re: Google Plugin for Eclipse 1.3 is now available

2010-04-16 Thread Rutger van der Eijk
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

Re: [appengine-java] Re: Google Plugin for Eclipse 1.3 is now available

2010-03-22 Thread Keith Platfoot
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 (

[appengine-java] Re: Google Plugin for Eclipse 1.3 is now available

2010-03-17 Thread Vlad Skarzhevskyy
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