Java EE claimed obsolete by Gartner. Is that really true?

I was very surprised to read so many negative and incorrect claims about Java EE in the recent Gartner’s Market Guide for Application Platforms.

Similar

Can we make Java better already?

Fair warning, before I begin, this is a rant. I spent the last two weekends trying to put together a project using Spring Boot, JDBI, Postgres, and Liquibase. I spent the entire time fighting with the tooling. Spring, for all... (more…)

Read more »

The Vector API: SIMD Programming in Java

The Vector API enables developers to write platform-agnostic, data-parallel programs where single instructions operate on multiple data (SIMD). Get an introduction to Vector API, learn how it was implemented, and view examples of data-parallel programs. H... (more…)

Read more »