Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

dzone.com

DZone Java Zone

Get the latest updates from DZone Java Zone directly as they happen.

Follow now 239 followers

Latest posts

Last updated 2 days ago

How to Test POST Requests With REST Assured Java for API Testing: Part II

2 days ago

In the previous article, we learnt the basics, setup, and configuration of...

Designing Java Web Services That Recover From Failure Instead of Breaking Under Load

5 days ago

Web applications depend on Java-based services more than ever. Every request that...

Stop Writing Excel Specs: A Markdown-First Approach to Enterprise Java

11 days ago

Design documents in Enterprise Java often end up trapped in binary silos...

Web App Load Testing Using Maven Plugins for Apache JMeter, and Analyzing the Results

12 days ago

In this article, we will walk you through how to conduct a...

JDK 17 Memory Bloat in Containers: A Post-Mortem

12 days ago

When engineering teams modernize Java applications, the shift from JDK 8 to...

From Repetition to Reusability: How Maven Archetypes Save Time

16 days ago

Within the discipline of software engineering, practitioners are frequently encumbered by the...

How to Test POST Requests With REST Assured Java for API Testing: Part I

19 days ago

REST Assured is a popular API test automation framework in Java. Software...

Building a Retrieval-Augmented Generation (RAG) System in Java With Spring AI, Vertex AI, and BigQuery

20 days ago

Retrieval-augmented generation (RAG) is quickly becoming one of the most powerful design...

Architectural Evidence in Enterprise Java: Making Domain-Driven Design Visible

20 days ago

One subtle challenge in software architecture is that architectural thinking can feel...

Building a Containerized Quarkus API on AWS ECS/Fargate With CDK

26 days ago

In a three-article series published recently on this site (Part 1, Part...

From Symptoms to Solutions: Troubleshooting Java Memory Leaks and OutOfMemoryError

26 days ago

Troubleshooting memory problems, such as memory leaks and OutOfMemoryError, can be an...

When Memory Overflows: Too Many ApplicationContexts in Spring Integration Tests

about 1 month ago

In Spring, the ApplicationContext is the central container object that manages all...