Blog: Java

Featured Post

How to Run and Scale AI Java Applications in Production: An Overview for Developers with no Machine Learning Expertise
Jakarta EE

How to Run and Scale AI Java Applications in Production: An Overview for Developers with no Machine Learning Expertise

Organizations are increasingly interested in adopting artificial intelligence (AI) and generative AI (GenAI) to improve operations and offer next-generation services to customers and end users. The demand for AI-powered solutions means that developers are tasked […]

See Java Posts

3 minutes
Uncategorized

A Look at Virtual Threads in a Jakarta EE Managed Context

Upcoming Java 21 brings a bunch of new features, including very interesting progress in concurrency. There are two main […]

1 minute
Uncategorized

Keep Up With Java Platform Changes Through The Java Almanac

Oracle, together with the Java Community over the last few years, have changed the release cadence of the Platform. […]

5 minutes
Uncategorized

Exploring Java Records In A Jakarta EE Context

Java Records, one of the major highlights of the Java 16 release, provides a concise and immutable way to […]

3 minutes
Uncategorized

To Lombok Or To DeLombok?

The Lombok project is a Java library that aims at “spicing up your java.” Started back in 2009, it […]

7 minutes
Uncategorized

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

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

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

1 minute
Uncategorized

A Business Guide to Enterprise Development Options on the Java Platform

What is an Enterprise Application? What is an Enterprise Development Platform? What are the features of a good Development […]

4 minutes
Uncategorized

5 Jakarta EE (Formerly Java EE) Myths That Need To Die

The Jakarta EE Platform has come a long way since its debut as J2EE back the days of Sun […]

1 minute
Uncategorized

Payara at the JakartaOne Livestream

The JakartaOne Livestream is a huge event in the Jakarta EE and MicroProfile calendar. Organised by the Eclipse Foundation, […]

1 minute
Uncategorized

Payara Platform November Roadmap Webinar

In regular webinars, our CEO and Founder Steve Millidge provides an update on the progress of Payara Platform: what […]

1 minute
Uncategorized

Guide: Beginners Overview Guide to Java Runtimes

Ever wondered about all the names involved with running Java web applications? Web Server, Application Server, Application Runtime and […]