Reassessing Native Compilation for Jakarta EE Applications – A Pragmatic Perspective

Java’s Ahead-of-Time (AOT) native compilation, as seen in frameworks like GraalVM, boasts rapid startup times and lower memory usage. However, for Jakarta EE application developers, the practical benefits of these advantages often don’t translate into substantial economic or technical gains. This leads to questioning the viability of investing resources into adapting existing Jakarta EE applications for GraalVM compatibility.

Download the Guide - Reassessing Native Compilation for Jakarta EE Applications: A Pragmatic Perspective

Automated Jakarta EE Cloud Deployments With GitHub Actions And Payara Cloud

Cloud deployment refers to the process of hosting applications on a remote server infrastructure, accessible over the internet. This paradigm has revolutionised software development, offering immense scalability, flexibility, and efficiency. Traditional deployment methods have evolved to embrace modern cloud environments, ranging from Infrastructure-as-a-Service (IaaS), where you manage servers but not physical hardware, to Platform-as-a-Service (PaaS) and Software-as-a Service (SaaS) solutions, which abstract much of the server management and maintenance tasks.

Download the Guide - Automated Jakarta EE Cloud Deployments With GitHub Actions And Payara Cloud

Panel Discussion Recording - Java 21 - An Overview for Jakarta EE Developers


In this exciting round table panel discussion led by our very own Payara Engineers, we delve deep into the future of the upcoming Jakarta EE 11 in the context of its base Java version - Java 21.

The release of Java 21, the latest LTS Java version, marks an important milestone for the Java Platform. With much anticipated features like virtual threads, sequenced collections and record patterns, Java 21 is the perfect base for the upcoming Jakarta EE 11.

In this  expert round table discussion, you will learn what the release of Java 21 means to you as a Jakarta EE developer.

Upgrading from Payara Enterprise 5 to Payara Enterprise 6 with the Payara Server Upgrade Tool

In a world where technology never sleeps, staying ahead is not just an advantage; it's a necessity.  This is especially true for organisations running enterprise-level applications on Java EE 8 through  Payara Enterprise 5. While this platform has undoubtedly served you well, the release of Jakarta  EE 10 and Payara Enterprise 6 marks the beginning of a new era in Enterprise Java development. 

Introducing Payara Starter: The Code Scaffolding Tool for Rapid Jakarta EE Development

In the dynamic world of software development, efficiency and speed are key. This is where Payara Starter, our new code scaffolding tool, comes in. Designed to streamline and simplify the initial setup process, Payara Starter helps developers like you kickstart your Jakarta EE projects with ease, whether you prefer Maven or Gradle build systems.

What’s New In The Nov 2023 Payara Platform Release?

Splashing onto the scene with a tidal wave of updates, the November 2023 release of Payara Platform is here. This release brings enhancements, security fixes, and bug fixes, ensuring a more robust and efficient environment for your mission critical workload. Payara Enterprise 6.8.0 comes with 4 improvements, 3 bug fixes, 1 security fix and 1 component upgrade. Payara Community 6.2023.11 also comes with 4 improvements, 3 bug fixes, 1 security fix and 1 component upgrade.

Virtual Payara Conference: Full Schedule

Our pioneering virtual business and technology conference will take place on December 14th.  Gain unique insight into Jakarta EE from the best in the business!

We have designed the programme to cater to all levels of Jakarta EE knowledge - learn as a leader! The day-long program has a focus on educating Java professionals and business leaders about the power and potential of Jakarta EE. 

The conference is totally virtual, so you can join from anywhere in the world. You can also pick and choose which sessions to join, and all those who registered will be able to access recordings to watch at their leisure.

Read on for the full schedule...

Elevating Java Performance: Unpacking Generational ZGC in Java 21

Garbage collection is a cornerstone feature in the Java Language. It automates memory management by reclaiming memory occupied by objects that are no longer in use, freeing you the developer up from manual memory allocation and deallocation tasks. This feature is vital for preventing memory leaks and ensuring that applications run efficiently over time.