CapeDwarf 与 Python GAE 兼容吗?
Is CapeDwarf compatible with Python GAE?
我正在尝试在 CapeDwarf (WildFly_2.0.0.CR5) 上部署我的 GAE 应用程序 - 用 Python 编写。
但是所有文档都只谈论 Java 应用程序。
那么 CapeDwarf 是否可以部署 Python 应用程序?
如果是,该怎么做?
否则任何其他应用程序可以吗?
CapeDwarf 按照设计只支持 Java [*] -- 作者在 http://www.infoq.com/articles/capedwarf , explaining the difference with other (larger but thereby inevitably more complicated) GAE implementations such as AppScale and TyphoonAE 的长篇访谈中明确指出 (努力)支持 GAE 支持的所有编程语言(这回答了您的 "any other application" 其他问题:-)。
[*] 或者可能是 JVM 上的其他语言 运行,包括 Jython:-)
是的,正如 Alex 发布的那样 - CapeDwarf 仅 Java。
我正在尝试在 CapeDwarf (WildFly_2.0.0.CR5) 上部署我的 GAE 应用程序 - 用 Python 编写。 但是所有文档都只谈论 Java 应用程序。 那么 CapeDwarf 是否可以部署 Python 应用程序? 如果是,该怎么做? 否则任何其他应用程序可以吗?
CapeDwarf 按照设计只支持 Java [*] -- 作者在 http://www.infoq.com/articles/capedwarf , explaining the difference with other (larger but thereby inevitably more complicated) GAE implementations such as AppScale and TyphoonAE 的长篇访谈中明确指出 (努力)支持 GAE 支持的所有编程语言(这回答了您的 "any other application" 其他问题:-)。
[*] 或者可能是 JVM 上的其他语言 运行,包括 Jython:-)
是的,正如 Alex 发布的那样 - CapeDwarf 仅 Java。