how to create gwt gae with app engine modules using google eclipse plugin
How to create a new GWT and GAE project with modules using google eclipse plugin in Java? I tried using make a new web applications from the eclipse, but it just create me a GWT and GAE project without modules. Thanks. You'll probably want to first create a WTP project using GPE, because to use modules you'll need to create an EAR project. This is described here: https://developers.google.com/appengine/docs/java/webtoolsplatform You'll create modules, which will each be a dynamic web project. Your GWT app will be one of those. And follow the instructions for modules here: https://developers