Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我的 Java 项目,我需要嵌入一个 Web 服务器来向用户提供各种网页。到目前为止,我们使用的是“官方”的 com.sun.net.httpserver.HttpServer 类,它基本上可以正常工作。
但是,现在我们想要扩展我们的应用程序,以便不仅通过嵌入式 HTTP 服务器提供静态 HTML 页面,而且还提供动态内容(如果可能,PHP)。
有什么建议吗?
编辑:没关系,我发现在我的 Java 应用程序中集成 Jython 很容易 :)