Posts from Luqman Saeed

Photo of Luqman Saeed
Senior Java Developer specializing in scalable, cloud-native enterprise applications on the Jakarta EE Platform.

Find me on:

What’s New In The Payara Platform December 2024 Release?

The Payara Platform December releases bring exciting updates to developers and enterprises, marking significant progress toward the future of application server technology. With key advancements across all editions, this release cycle includes the much-anticipated Payara Platform Community 7 Alpha 3, introducing a ground-breaking step toward Jakarta EE 11 support. Let’s dive into the highlights.

A More Flexible Way to Deploy Jakarta EE Apps: Introducing Pay As You Go Pricing for Payara Cloud

Pay As You Go (PAYG) pricing has arrived for Payara Cloud, making it easier than ever to deploy and run your Jakarta EE and MicroProfile applications in the cloud. This new pricing model is perfect for development environments, testing and small applications that don't require continuous runtime.

Getting Started with Observability in Jakarta EE Applications: Why Observability Matters

We all know that businesses rely more and more on applications, and that these tend to be complex programs that often interact with various systems. Even more, as technology evolves, software is expected to become even more advanced and sophisticated in the future. As systems and applications become more complex, robust observability strategies become essential for ensuring operational reliability.

Let's have a look at what observability is, what it offers and how it can benefit your Jakarta EE applications.

What’s New In The Payara Platform November 2024 Release?

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).

Nugget Friday - Preventing Memory Leaks with JDBC Connection Pool Management in Payara Server

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

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

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!