Blog: Jakarta EE

See Jakarta EE Posts

1 minute
Jakarta EE

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

With the team freshly rejuvenated from the annualPayara Retreat,the May release of the Payara Platform is out with enhancements […]

7 minutes
Jakarta EE

How To Consume and Return Data In YAML In Jakarta REST

YAML is a simple, human-friendly data serialization language for all programming languages. It is the main format for working […]

4 minutes
Jakarta EE

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
Jakarta EE

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
Jakarta EE

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
Jakarta EE

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
Cloud & Microservices

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
Jakarta EE

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
Jakarta EE

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
Jakarta EE

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
Jakarta EE

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
Jakarta EE

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