随着WebSphere自由的引入,与经典的WebSphere应用服务器产生了混淆。
例如,WebSphere Liberty支持MicroProfile,并且有很多关于它的信息,但是在WebSphere应用服务器中很难找到关于MicroProfile支持的信息。
我想知道或查找哪些WebSphere应用服务器版本支持哪些MicroProfile版本。
今天我的版本是9.0.0.3,我想转到一个提供一些MicroProfile支持的补丁包,规格越高越好。
发布于 2019-08-17 15:55:41
传统的WebSphere应用服务器只支持非常有限的Java (1.0)集,因为它只支持JavaEE7,并且大多数MP APIs都需要JavaEE8。有关更多详细信息,请查看此页面MicroProfile programming model support。此外,传统的WAS运行时并不是MicroProfile应用程序的最佳匹配,因为它既大又重。
我强烈建议对你的MicroProfile应用程序使用WebSphere自由运行时,因为它是为这类应用程序设计的,如果你有WebSphere应用服务器的许可证,你可以使用相同的许可证并使用WebSphere自由运行时。
https://stackoverflow.com/questions/57530872
复制相似问题