【发布时间】:2016-09-23 20:37:52
【问题描述】:
GWT Web 应用程序可以部署在 Github 上吗?
例如,创建了一个 GWT Web 应用程序,它在装有 Tomcat 的服务器上运行。众所周知,可以在 Github 上创建网页,例如http://help.github.com/articles/creating-pages-with-the-automatic-generator/ 是否也可以在 Github 上部署 GWT Web 应用程序?如果可以,如何部署?
【问题讨论】:
-
也许 GAE 是您的选择 (gwtproject.org/doc/latest/tutorial/appengine.html)
-
非常感谢。我会试试的。
标签: github gwt web-applications