What is the difference between OpenLiberty and WebSphere Liberty? [closed]

ぃ、小莉子 提交于 2019-12-19 05:46:23

问题


Recently IBM created a new open source project called "OpenLiberty" that is largely shared with the codebase for WebSphere Liberty.

What is the difference between OpenLiberty vs. WebSphere Liberty? What features do I get with the free open source version, and what extra features are available with WebSphere Liberty?


回答1:


OpenLiberty contains a subset of what is available with the larger "WebSphere Liberty" server. Namely, OpenLiberty contains full support for Java EE 7.0 8.0, and MicroProfile features.

With WebSphere Liberty comes the "production grade" features that help with scaling up to a larger cluster of servers, as well as metric and monitoring features.

Here is a visualization of the feature breakdown. It will change in the future, but gives a rough idea of how the feature organization works:

Here are links to the current list of OpenLiberty / WebSphere Liberty features:

  • Current OpenLiberty features
  • Current WebSphere Liberty features


来源:https://stackoverflow.com/questions/46306036/what-is-the-difference-between-openliberty-and-websphere-liberty

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!