一个Swift程序真的是这样部署的吗?

Is a Swift program really deployed like that?

Swift program deploys the application in a Tomcat installation by default. The deploy script bundles the client code into JavaScript, gathers all the server side classes required and packages them into file Hello.war. This file together with a GWT jar and a Swift runtime jar is copied into the Tomcat installation. If CATALINA_HOME is not set, these files require to be copied manually.

Source

这是错误的,afaik。有人可以验证吗?

这与Apple的Swift无关。

你引用的作者只是盲目地为这一段复制了一篇关于this other technology named Swift的文章。

其他技术是关于编写 Web 应用程序的 "as if they were desktop programs in a Java-like source language":这与 Apple 的 Swift 没有任何关系。