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.
是否可以将 WildFly 作为捆绑包部署应用程序?
我可以使用嵌入式 Glassfish 做到这一点。
如果您想在您的应用程序中嵌入 JBoss/Wildfly,您应该查看Wildfly Swarm。这是一种生成包含嵌入式服务器的应用程序的方法。它与 Spring Boot 非常相似,但您可以使用 Java EE API。
正如您在JBoss 文档中看到的那样,OSGi 有一些东西,而不是......对我来说,这看起来在 Wildfly 发布之前就已经死了。