Blog Author: Luqman Saeed

See Luqman Saeed Posts

5 minutes
Jakarta EE

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 […]

3 minutes
Jakarta EE

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 […]

7 minutes
Jakarta EE

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 […]

5 minutes
Jakarta EE

Nugget Friday – Prevent Jakarta EE App Crashes with Payara Server’s HealthCheck

Ensuring consistent performance and early detection of potential system issues in Jakarta EE (formerly Java EE) production deployments are […]

3 minutes
Payara

Streamlining Production Troubleshooting with Payara Server’s Diagnostic Tool

Diagnosing issues in production environments can be a daunting task without the right tools. When problems arise, having access […]

4 minutes
Jakarta EE

Nugget Friday – Jakarta JSON Binding: Simplifying JSON Serialization and Deserialization

In today’s Nugget Friday, we’re tackling a common pain point that nearly every Java developer has faced before: the […]

4 minutes
News

What’s New in the October 2024 Payara Platform Release?

We’re happy to announce the latest release of the Payara Platform, bringing significant improvements and updates across our Community […]

8 minutes
Jakarta EE

Nugget Friday – How To Load Different MicroProfile Config Values Based On Active Maven Profile

 For our next Nugget Friday, we’re diving into a question that was posed in last week’s blog post: “How […]

6 minutes
Jakarta EE

Nugget Friday – Streamlining Configuration with MicroProfile Config

Managing configurations in enterprise Java application can often feel like a daunting task. As applications scale, configuration values become […]

2 minutes
Jakarta EE

Shaping Java’s Future: Join the Jakarta EE Interest Group

The Java Platform is an essential technology platform for modern applications. The Jakarta EE collection of specifications, crafted on […]

6 minutes
Uncategorized

Nugget Friday – Simplifying Multiline Strings with Java Text Blocks

Working with multiline strings in Java has historically been a challenge, often resulting in messy code that is hard […]

9 minutes
Jakarta EE

Improving Responsiveness in Jakarta REST (JAX-RS) Services through Asynchronous Processing

Speed and responsiveness are very important in the development and use of modern RESTful APIs in Java applications, as […]