且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

GWT应用程序 - 部署在Tomcat或任何其他servlet容器上

更新时间:2022-11-04 08:27:31

您可以编写一个Ant任务来部署和运行您的GWT应用程序。它可以复制文件,然后告诉你的servlet容器重新加载最新的文件。

You could write an Ant task to deploy and run your GWT app. It could copy the files and then tell your servlet container to reload the latest files.