java - how to create gwt gae with app engine modules using google eclipse plugin -
How to prepare a new GWT and GAE project with the module using the Google eclipse plugin in Java? I tried to create a new web application from Eclipse, but it makes me a GWT and GAE project without modules.
Thank you.
You probably want to create a WTP project using GPT first, because you have to use the module An ER project will need to be created. It is described here:
You will create modules, each of which will be a dynamic web project. Your GWT app will be one of those and follow the instructions for the module here:
Note that when you right-click your project, two Google related items Will: Google and Google App Engine WTP do not appear to be related to the app engine related to the app engine in the Google menu. Instead, use app engine related commands in the Google App Engine WTP menu.
Comments
Post a Comment