Recent Posts

Dockerizing a Java 26 Project with Docker Init

Author: Mohammad-Ali A’râbi Original post on Foojay: Read More Table of Contents Technical RequirementsCreate a New ProjectRun Docker InitA Note on Java 26 Base ImagesBuild and RunAdd a ControllerMore LinksConclusion Docker Init was introduced in Docker Desktop 4.27, before LLMs became the default answer to everything. It’s a “smart” interactive wizard that analyzes your project and generates: A Dockerfile (multi-stage, …

Read More »

Explore Spring AI SDK – Amazon Bedrock AgentCore – Part 2

Author: Mahendra Rao B Original post on Foojay: Read More Table of Contents Step 1: Add the Ai model and AgentCore memory dependencies Step 2: Create Short/Long Term in AWS Management Console Step 3: Add the following memory-related properties. Step 4: Add the below MemoryConfig class. Step 5: Create the ChatRequest and ChatResponse classes as shown below. Step 6: Add …

Read More »

The Road to Docker Official Images for Java: The Azul Zulu Story

Author: Frank Delporte Original post on Foojay: Read More Table of Contents What Are Docker Official Images, and Why Does It Matter?The Journey: Two Years in the MakingHow Azul Zulu Official Images Are Built and Published Pre-release validation PM approval and promotion Submitting to Docker Hub What’s Changing: From Docker Hub to Docker Official ImagesMore Options for Azul CustomersConclusion Previously …

Read More »