Open Liberty - 应用服务器运行时环境


EPL
跨平台
Java

软件简介

Open Liberty 是一个高模块化、快速和高动态性的应用服务器运行时环境。

Open Liberty 项目是一个完全兼容 Java EE 7 的应用服务器,当然,也兼容最新的 Eclipse MicroProfile
API。它是商业产品 WebSphere Liberty 的核心,因此在 Open Liberty 上运行的应用可以不需要更改就能在 WebSphere
Liberty 上运行。如果需要支持,可通过 WebSphere Liberty 获得支持。

Open Liberty 作为 WebSphere Liberty 核心,现已在 EPL-1.0 的许可证下正式开源。

快速开始:

git clone https://github.com/OpenLiberty/sample-mpconf.git
cd sample-mpconf
mvn clean package -P start