How to deploy GWT App to Google App Engine?

一世执手 提交于 2019-12-12 03:35:00

问题


I am using gwt-maven-archetypes and I have the problem that I can't recall how I can deploy my application to the Google App Engine.

It's been a while since I did this last time. I can remember that there is a command line tool that I have to use since the GWT Plugin for Eclipse does not work with the gwt-maven-archetypes or something like that.


回答1:


Use a GAE Archetype and then use "Deploy to App Engine..." from the plugin menu; see this answer.

You might also be able to mark your current project as an App Engine project in Properties > Google > App Engine > check "Use App Engine" to be able to deploy with the plugin.



来源:https://stackoverflow.com/questions/35817916/how-to-deploy-gwt-app-to-google-app-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!