What's New In The Payara Platform August 2025 Release?
Published on 06 Aug 2025
by Luqman Saeed
Topics:
Payara Platform,
New Releases
|
0 Comments
The August 2025 release brings important security fixes and stability improvements across the Payara Platform. This month's releases include Payara Platform Community 6.2025.8 and Payara Platform Community 7.1 Alpha4, Payara Platform Enterprise 6.29.0 and 5.78.0, with a focus on addressing critical security vulnerabilities and enhancing platform reliability.
Getting Started with Jakarta EE 11: Hello World
Published on 23 Jul 2025
by Luqman Saeed
Topics:
Payara Platform,
Jakarta EE 11
|
0 Comments
Introduction
The release of Jakarta EE 11 represents another significant milestone in the evolution of the Java Enterprise framework. With over 25 years of history since its first release in 1999, Jakarta EE has continuously evolved while maintaining its core principles of stability and enterprise-grade reliability.
Multi-stage Docker Builds for Efficient Jakarta EE Deployments with Payara
Published on 17 Jul 2025
by Luqman Saeed
Topics:
Docker,
Payara Server,
Payara Platform,
Payara Community
|
0 Comments
Enterprise Jakarta EE applications require extensive tooling during development - Maven for dependency management, full JDKs for compilation, and various build utilities. However, production environments need only the compiled application and runtime server like Payara Server or Payara Micro. Multi-stage Docker builds bridge this gap by separating build and runtime concerns, producing dramatically smaller and more secure container images for Payara deployments.
What's New In The Payara Platform July 2025 Release?
Published on 16 Jul 2025
by Luqman Saeed
Topics:
Payara Platform,
New Releases,
Jakarta EE
|
0 Comments
The July 2025 release brings meaningful updates across the Payara Platform family, with improvements to database connectivity, critical bug fixes for CDI memory management, and comprehensive component upgrades.
This month's releases include Payara Platform Community 6.2025.7 (DOWNLOAD HERE), Enterprise 6.28.0, Enterprise 5.77.0 (FREE TRIAL), and Payara 7 Alpha 3.
Reactive Programming in Java
Published on 12 Jun 2025
by Luqman Saeed
Topics:
Java,
Jakarta EE
|
0 Comments
Many of today’s applications must process enormous volumes of data while providing instantaneous responses.Traditional blocking architectures often struggle to meet these demands, leading to sluggish performance and poor user experiences. Reactive programming is a coding paradigm that can help address these issues by using asynchronous, non-blocking operations to change how systems are built.
This blog posts explores the core principles, advantages and best practices of reactive programming in Java to help you create scalable, resilient and high-performance applications.
What's New In The Payara Platform June 2025 Release?
Published on 11 Jun 2025
by Luqman Saeed
Topics:
Payara Platform,
New Releases,
Jakarta EE
|
0 Comments
The June 2025 release cycle brings incremental developments across the Payara Platform family, with significant updates to our Community 6.2025.6, Enterprise 6.27.0, and Enterprise 5.75.0 editions, plus the latest alpha release of Payara 7. These releases focus on enhanced diagnostic capabilities, development workflow improvements, and modernized component upgrades.
Jakarta Persistence Provider: Choosing the Right Solution for Your Jakarta EE Applications
Published on 14 May 2025
by Luqman Saeed
Topics:
JPA,
Jakarta Persistence
|
0 Comments
Jakarta Persistence (formerly JPA) is a cornerstone of enterprise Java development, offering a standardized approach to object relational mapping (ORM). But when it comes to selecting a persistence provider, the decision isn’t one-size-fits-all. Hibernate, EclipseLink and OpenJPA are three leading options, each with unique strengths. But how do you know which is right for your project?
In this blog, we’ll give you a short overview of the core features, advantages and ideal use cases of these Jakarta Persistence providers to help you make an informed decision.
What's New in the Payara Platform May 2025 Release?
Published on 14 May 2025
by Luqman Saeed
Topics:
Payara Platform,
New Releases
|
0 Comments
Maven 4: Streamlining Enterprise Java Development with Jakarta EE, Spring Boot and Quarkus
Published on 08 May 2025
by Luqman Saeed
Topics:
Maven,
Spring Boot,
Jakarta EE,
quarkus
|
0 Comments
After two decades as Java's dominant build tool (no offense to Gradle), Maven is undergoing its most significant evolution. While the official Maven documentation outlines the technical changes in Maven 4, this blog post focuses specifically on what these changes mean for enterprise developers working with Jakarta EE, Spring Boot and Quarkus.
Enhancing Java Development: An Overview of Payara Developer Tools
Published on 21 Apr 2025
by Luqman Saeed
Topics:
Payara Platform,
Payara tools
|
0 Comments