Blog: Jakarta EE

See Jakarta EE Posts

4 minutes
Uncategorized

How To Get Resource Method Information With ResourceInfo In Jakarta REST

Oftentimes in a Jakarta REST application, you may need to access some metadata about a given resource method matched […]

1 minute
Uncategorized

Make Your Voice Heard In The 2023 Jakarta EE Developer Survey

Are you an Enterprise Java Developer? Or even a Java developer? If yes, then here is your chance to […]

1 minute
Uncategorized

What’s New in the April 2023 Payara Platform Release?

From the Payara Engineering hutch comes a number of quality of life improvements in the April 2023 Payara Platform […]

7 minutes
Uncategorized

From Java to Jakarta EE: A Guide to Building a Career in Enterprise Java Development

As an independent online Jakarta EE instructor, I often get questions like…

1 minute
Uncategorized

Microservices In The Enterprise Java World: Watch The Panel Discussion

In our joint webinar with London Java Community, we brought together leading experts in Java to share their experiences […]

8 minutes
Uncategorized

Getting Started With Jakarta EE 10 – Jakarta CDI

Jakarta EE 10, the first major release of the platform since it was transferred to the Eclipse Foundation, did […]

4 minutes
Uncategorized

March 2023 Payara Platform Release: Payara 6 Enterprise!

A lot. Hot out of the Payara engineering furnace, we bring you the latest Payara Platform Community and Enterprise […]

1 minute
Uncategorized

Using UUID As Entity Primary Key In Jakarta EE 10

In prior versions of Jakarta EE, the use of UUID as entity ID or database primary key type was […]

4 minutes
Uncategorized

Intercepting REST Requests With Jakarta REST Request Filters

Oftentimes in web applications, there is the need to intercept a request from the client to resource methods. Sometimes […]

2 minutes
Uncategorized

How to prevent runtime type erasure using GenericEntity in Jakarta REST in Jakarta EE 10

Java generics is a great feature that allows you to have compile time checks for generics. However, due to […]

5 minutes
Uncategorized

Returning Beautiful Validation Error Messages In Jakarta REST With Exception Mappers

All non-trivial enterprise applications have some sort of constraints on the data the application processes. These constraints could range […]

1 minute
Uncategorized

🔥NoSQL Persistence on The Jakarta EE Platform With Google Firestore🔥

SQL isn’t your only option! Document NoSQL databases store data as document objects, much like JSON objects. Google Firestore […]