Browsing Category
Serverside Java
26 posts
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…
Build your custom plugins for your enterprise java applications with jakarta ee CDI
One fundamental feature of CDI is the integration of third-party libraries and frameworks into the CDI container of…
Apache Causeway – GOING FURTHER
In this article we'll continue our exploration of the Apache Causeway, a Spring Boot framework for domain-driven apps following the naked objects pattern. Our focus this time is the framework's support for validation, on testing, and we'll also look at some additional UI hints.
High Speed JPA
JPA sometimes carries the stigma of being “too slow for production.” Yet in countless projects, it has quietly…
As Java EE 8 Runtimes Age, What Comes Next for Enterprise Java Applications?
The majority of mission-critical enterprise applications still run on Java EE 8. However, their middleware foundations are beginning to shift, leaving many Java developers and organizations wondering what to do.
Apache Causeway – An Introduction
In this article we explore key concepts of the Apache Causeway framework, learning how it surfaces domain logic directly in the UI, with minimal boilerplate. You’ll gain a practical understanding of how Causeway supports rapid prototyping and domain-driven development.