Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is difference between Liberty Core,Liberty Base,Liberty Network Deployment versions?

Is there any document which provide information about difference between Liberty Core, Liberty Base, Liberty Network Deployment versions?

I want to use Liberty and deploy my application in Docker Data Center. But I am not sure which version of Liberty should I use. Also what is the main difference between these versions? My applications will have different technology stacks like REST, SOAP, EJB, RPC, Caching, JPA etc.

like image 999
springbootlearner Avatar asked Dec 06 '22 16:12

springbootlearner


1 Answers

Is there any document which provide information about difference between Liberty Core,Liberty Base,Liberty Network Deployment versions.

These are called "editions" and each edition includes a set of features. The smallest edition is "core" and it contains the most minimal set of features. Each successive edition adds a few more features, with ND basically including everything (except the zOS specific features).

Here is a chart to help you visualize how the editions relate to one another.

Liberty edition comparisons

Note that this image is already out of date, because more features have been delivered since it was created.

To see the official table of what features are included in each edition, see Liberty Features.

like image 151
Andy Guibert Avatar answered Jan 03 '23 10:01

Andy Guibert