MicroProfile 的 WebSphere Application Server 支持

标签 websphere websphere-liberty microprofile

随着 WebSphere Liberty 的引入,人们与经典的 WebSphere Application Server 产生了混淆。

例如 WebSphere Liberty 支持 MicroProfile 并且有很多关于它的信息,但是很难找到有关在 WebSphere Application Server 中支持 MicroProfile 的信息。

我想知道或找到哪些 WebSphere Application Server 版本支持哪些 MicroProfile 版本。

今天我有 WAS 9.0.0.3,我想转向提供一些 MicroProfile 支持的修复包,规范越高越好。

最佳答案

传统的 WebSphere Application Server 仅支持非常有限的一组 MicroProfile API (1.0),因为它仅支持 Java EE 7,而大多数 MP api 都需要 Java EE 8。查看此页面了解更多详细信息 MicroProfile programming model support . 此外,传统的 WAS 运行时不是 MicroProfile 应用程序的最佳匹配,因为它又大又重。

我强烈建议为您的 MicroProfile 应用程序使用 WebSphere Liberty 运行时,因为它是为此类应用程序设计的,如果您拥有 WebSphere Application Server 的许可,则可以使用相同的许可并使用 WebSphere Liberty 运行时。

关于MicroProfile 的 WebSphere Application Server 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57530872/

相关文章:

grails - javax.servlet.ServletException : Filter [sitemesh]: could not be initialized when deploying grails 2. 11 应用程序到 WebSphere 8.5 自由配置文件?

jax-rs - 在 OpenLiberty jax-rs 上将 POST 请求的默认编码设置为 utf-8

jsf - 使用 JVM 模式使用 Quarkus 打包 JSF Web 应用程序

jsf - 如何在 Liberty Profile 中重现相同的 WAS ND 类加载器设置

java - Servlet 信息未在 WebSphere 上获取完整版本

java - Websphere Liberty - 如何从 Windows 注册表获取 keystore 密码?

websphere-liberty - WebSphere Liberty 配置文件 : Context Root Not Found

java - JSF Servlet 异常 : No view save state when application session jumps between servers

java - quarkus/microprofile 中的组配置

tomcat - 将 .ear 文件部署到 tomcat