Archive from November 2023
Enterprise Batch Processing with Jakarta Batch - Part 2
Published on 28 Nov 2023
by Luqman Saeed
Topics:
Jakarta EE,
Batch Processing
|
2 Comments
Continuing from where thelast blog post left off, let's delve deeper into the intricacies of configuring the chunk in Jakarta Batch. As we've seen, a chunk represents a set of items to be processed as a batch. Now we will explore how to control this process, manage potential errors, and ensure efficient execution.
Panel Discussion Recording - Java 21 - An Overview for Jakarta EE Developers
Published on 24 Nov 2023
by Dominika Tasarz
Topics:
Payara Events,
Jakarta EE
|
0 Comments
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
Published on 23 Nov 2023
by Luqman Saeed
Topics:
Upgrade,
Migration,
Upgrade Tool
|
0 Comments
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
Published on 21 Nov 2023
by Luqman Saeed
Topics:
MicroProfile,
Payara Platform,
Jakarta EE,
payara starter
|
0 Comments
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?
Published on 16 Nov 2023
by Luqman Saeed
Topics:
JakartaEE,
Payara Platform,
Payara Enterprise,
Payara Community,
Jakarta EE
|
0 Comments
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
Published on 14 Nov 2023
by Priya Khaira-Hanks
Topics:
JakartaEE,
Java,
Jakarta EE
|
0 Comments
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...
Join Our Live Webinar - From IDE To The Cloud - Easy Jakarta EE Deployments With Payara Cloud
Published on 10 Nov 2023
by Dominika Tasarz
Topics:
news and events,
Payara Events,
Payara Cloud,
Jakarta EE
|
0 Comments
In today's fast-paced development environment, having an automated deployment pipeline is a necessity to ensure quick, consistent and reliable delivery of applications from development to production. This webinar - REGISTER HERE- aims to guide you through the process of setting up a seamless deployment pipeline for your Jakarta EE applications, leveraging the robustness of GitHub Actions and the simplicity of Payara Cloud CLI.
Join us on Wednesday the 15th of November to explore how you can automate your deployment workflow right from your IDE, through GitHub, and onto Payara Cloud. We will walk you through the essential steps and best practices to set up a GitHub pipeline, which will automatically deploy your Jakarta EE applications to Payara Cloud, ensuring a streamlined delivery process and reducing manual deployment hassles.
Elevating Java Performance: Unpacking Generational ZGC in Java 21
Published on 09 Nov 2023
by Luqman Saeed
Topics:
Java 21
|
0 Comments
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.
Four Steps To Jakarta EE Cloud Deployment With Payara Cloud
Published on 07 Nov 2023
by Luqman Saeed
Topics:
Payara Cloud
|
0 Comments
Deploying Jakarta EE applications to the cloud can be a complex task if you are using traditional deployment options like containers, Kubernetes or other such options, but not with Payara Cloud. Uploading a Jakarta EE binary artefact (.war file) and deploying it to the cloud can be achieved in four straightforward steps. They are:
A Leap Towards Expressive Coding With Record Patterns In Java 21
Published on 02 Nov 2023
by Luqman Saeed
Topics:
Java,
Java 21
|
0 Comments
Java's journey towards fostering more expressive and efficient code has taken a remarkable leap with the advent of Record Patterns, encapsulated in JEP 440. This feature, previewed in both Java 19 and Java 20, is now a part of the language from Java 21, marking a significant stride towards reducing the verbosity traditionally associated with Java language. In this post, we will delve into the essence of Record Patterns, take a look at its benefits, and explore how it fits in with the existing pattern matching capabilities of Java.