What’s New In The Payara Platform November 2024 Release?
Published on 20 Nov 2024
by Luqman Saeed
Topics:
Payara Platform,
New Releases
|
0 Comments
We're excited to announce the latest releases across the Payara Platform family, marking significant strides in our Jakarta EE and MicroProfile runtime offerings. This release brings the introduction of Payara Platform Community 7 Alpha2, updates to Payara Platform Community 6.2024.11 and new versions of Payara Platform Enterprise (5.69.0 and 6.20.0).
Legacy Java Application Modernization: A Jakarta EE Migration Guide
Published on 18 Nov 2024
by Luqman Saeed
Topics:
Jakarta EE,
Modernization
|
0 Comments
Modernizing legacy applications in the cloud era has become an imperative for business success. With customer expectations constantly rising and digital transformation becoming critical for business survival, understanding how to approach legacy application modernization has never been more important.
Nugget Friday - Preventing Memory Leaks with JDBC Connection Pool Management in Payara Server
Published on 15 Nov 2024
by Luqman Saeed
Topics:
Payara Platform,
Payara Enterprise,
Jakarta EE
|
0 Comments
When building enterprise Java applications on the Jakarta EE platform, database connection management is critical for both performance and stability. One common issue that can severely impact application performance is connection and statement leaks. In this Nugget Friday, we'll explore how Payara Server helps detect and prevent these leaks, ensuring your applications run smoothly and efficiently.
A Preview of Jakarta REST (JAX-RS) 4.0 in Jakarta EE 11
Published on 13 Nov 2024
by Luqman Saeed
Topics:
REST,
Jakarta EE 11
|
0 Comments
The latest version of Jakarta REST (formerly Java API for RESTful Web Services, aka JAX-RS), Jakarta REST 4.0, will bring some notable improvements and changes as part of Jakarta EE 11. This release focuses on modernizing the specification by removing legacy dependencies, enhancing developer convenience, and improving test coverage. Before exploring the key changes, let's first take 37K feet intro to JAX-RS for the new comers to the platform.
Nugget Friday - Building Resilient Microservices with MicroProfile Fault Tolerance
Published on 08 Nov 2024
by Luqman Saeed
Topics:
MicroProfile,
Jakarta EE
|
0 Comments
While we all want maximum uptime for our software systems, failures and downtimes are inevitable. However, these can be minimized and quickly resolved through comprehensive, robust and well-designed fault tolerance mechanisms. This Nugget Friday looks at how to leverage MicroProfile Fault Tolerance. We look at how it operates and explore how its features can help developers address common failure scenarios. Let's dig in!
Nugget Friday - Prevent Jakarta EE App Crashes with Payara Server's HealthCheck
Published on 01 Nov 2024
by Luqman Saeed
Topics:
Payara Enterprise,
Jakarta EE
|
0 Comments
Ensuring consistent performance and early detection of potential system issues in Jakarta EE (formerly Java EE) production deployments are critical in every production deployment. The Payara HealthCheck Service is a built-in tool designed specifically to help you monitor the health of your Payara Server deployments. While often overlooked, this service is an essential asset for operations teams who seek to minimise downtime and maximise system reliability. Let's dive into what the HealthCheck Service does, how it can be configured, and why it's valuable for monitoring your app server's critical components.
Streamlining Production Troubleshooting with Payara Server's Diagnostic Tool
Published on 21 Oct 2024
by Luqman Saeed
Topics:
Payara Enterprise
|
0 Comments
Diagnosing issues in production environments can be a daunting task without the right tools. When problems arise, having access to comprehensive diagnostic information is critical for quick resolution. This is where Payara Server's little known diagnostic tool comes into play, offering a powerful solution for collecting important server data on demand.
Nugget Friday - Jakarta JSON Binding: Simplifying JSON Serialization and Deserialization
Published on 11 Oct 2024
by Luqman Saeed
Topics:
Jakarta EE,
JSON
|
0 Comments
What’s New in the October 2024 Payara Platform Release?
Published on 09 Oct 2024
by Luqman Saeed
Topics:
What's New,
Payara Platform,
New Releases
|
0 Comments
We're happy to announce the latest release of the Payara Platform, bringing significant improvements and updates across our Community and Enterprise editions (download Payara Enterprise trial here). This release focuses on enhancing security, improving performance, and upgrading key components to ensure our users have access to the most up-to-date and secure application server environment.
Nugget Friday - How To Load Different MicroProfile Config Values Based On Active Maven Profile
Published on 04 Oct 2024
by Luqman Saeed
Topics:
MicroProfile,
Jakarta EE
|
2 Comments
For our next Nugget Friday, we're diving into a question that was posed in last week’s blog post: "How can I load different MicroProfile config values based on the active Maven profile?"
If you've been working with MicroProfile and Maven, you know how crucial it is to manage configurations across different environments. This week, we'll walk you through how to easily switch between configuration values by leveraging Maven profiles, ensuring your applications run seamlessly across various environments.