mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
5.4 KiB
5.4 KiB
Server Vendors Providing Java EE/Jakarta EE and MicroProfile Runtimes
!!! info "Architectural Context" Detailed reference for Server Vendors Providing Java EE/Jakarta EE and MicroProfile Runtimes in the context of Developer Ecosystem.
Standard Reference
- wikipedia: Jakarta EE [COMMUNITY-TOOL]
- Wikipedia: Payara Server [COMMUNITY-TOOL]
- Dzone: Getting Started With Java EE 8, Payara 5 and Eclipse Oxygen [COMMUNITY-TOOL]
- Red Hat JBoss Enterprise Application Platform (JBoss EAP) [COMMUNITY-TOOL]
- Dzone: Jakarta EE & Wildfly Running on Kubernetes [COMMUNITY-TOOL]
- About WebSphere Liberty [COMMUNITY-TOOL]
Cloud DevOps
CI-CD Pipelines
Build Environments
Runtime Configuration
- (2025) Install Java 23 in an Azure DevOps Pipeline [SPANISH CONTENT] 🌟🌟🌟 [COMMUNITY-TOOL] — Demonstrates how to dynamically install Java 23 onto Azure DevOps pipeline agents using automated setup tasks. In 2026, using localized runtime installation tasks is preferred over relying on pre-baked VM images, allowing pipelines to remain flexible and easily adapt to new framework versions.
Cloud-Native Java
Runtimes
Payara Micro
Docker
- (2026) Payara Micro 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — The official Docker image for Payara Micro, a lightweight, cloud-optimized container runtime designed specifically for MicroProfile applications. Live Grounding shows Payara Micro is extensively used in dynamic, auto-scaling Kubernetes microservice pods due to its rapid startup and low configuration overhead.
Payara Server
Docker (1)
- (2026) Payara 🌟🌟🌟 [LEGACY] — The official Docker Hub repository for Payara Server Full, providing ready-made container images for complete Jakarta EE runtime capabilities. Live Grounding shows its primary use in legacy system migration, allowing enterprise operations to orchestrate monolithic workloads with modern container tooling.
WildFly
Developer Workflow
- (2021) opensource.com: Get started with WildFly for Java web development 🌟🌟🌟 [COMMUNITY-TOOL] — An introductory guide on using WildFly for web application development, demonstrating fast setup and deploy loops. Live Grounding indicates its practical value for developers looking to run traditional web-profiles on modular container frameworks without heavy J2EE runtime friction.
- (2026) WildFly 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — The project homepage for WildFly, Red Hat's open-source application server executing modern Jakarta EE specifications. Live Grounding highlights WildFly as a high-performance, modular system featuring fast startup and low memory usage, heavily favored for container deployments.
Enterprise Java
Runtimes (1)
Apache TomEE
- (2026) TomEE from Tomitribe [JAVA CONTENT] [COMMUNITY-TOOL] — Apache TomEE is a lightweight, certified Jakarta EE and MicroProfile implementation built on Apache Tomcat. It merges Tomcat's speed and small footprint with full Java Enterprise capabilities, including CDI, JTA, and JPA, making it ideal for microservice deployments requiring standardized API layers.
KumuluzEE
- (2026) KumuluzEE [JAVA CONTENT] [COMMUNITY-TOOL] — An award-winning, lightweight microservice framework that enables standard Java EE APIs to run as independent, containerized applications. It focuses on modular, plug-and-play architecture, bypassing heavy runtime components to achieve fast startup times and minimal cloud resource utilization.
Payara Server (1)
- (2026) Payara [JAVA CONTENT] [COMMUNITY-TOOL] — Payara Server and Payara Micro provide high-performance, container-friendly environments for running Jakarta EE and MicroProfile workloads. Designed for critical production architectures, it supports built-in clustering, hazelcast-powered data grids, and auto-tuning capabilities inside Kubernetes deployments.
💡 Explore Related: Postman | Angular | Swagger Code Generator For Rest APIs