Browsing Category
Serverside Java
31 posts
Serverless Functions Reimagined with Java 25
Serverless computing whether on AWS Lambda, Azure Functions, or Google Cloud Functions plays a vital role in modern…
API Development: Implementing an HTTP POST/SSE event in Jakarta REST
In this article, we’ll learn how to send messages to a client using Server-Sent Events (SSE) initiated by…
2: The Jakarta Cliff: Why Modern Java Leaves Struts 1 Behind
This is the second in a series of articles exploring the realities of modernisation. In this article, you’ll…
1: Why Struts 1.3 Still Matters in 2026
What You’ll Learn This article is the first in a series that explores why Struts 1 still shows…
Open-Core with Core Java and Vaadin — Part 2
Editions, runtime, and quality assurance. All source code presented here is published on GitHub and available at https://3g3.eu/naityh.…
Petabyte-Scale AI Memory with Serverless Java
The current wave of Generative AI innovation is built on a paradox. While models are becoming more powerful…
Build Vector Database Apps with Pure Java
The Java ecosystem is entering a new phase. Generative AI is no longer experimental; it is becoming a…
Testing Spring BOOT Applications DEMYSTIFIED
Imagine it’s Friday, 5:00 PM. A pull request appears: a major update to Spring Boot 4. Your CI/CD…
Jakarta Data and NoSQL – Standardized Data Access for Jakarta EE
The amount of data collected by applications nowadays is growing rapidly. Many of them need to support both…
Bring AI into your Jakarta EE apps with LangChain4J-CDI (formerly SmallRye-LLM)
Goal: This article will demonstrate how to add AI features to a Jakarta EE / MicroProfile application using…