Here's what I've written (so far):

Baeldung on Java

  • All
  • Spring Data (6)
  • NoSQL (6)
  • Testing (4)
  • HTTP Client-Side (4)
  • Spring Boot (3)
  • Security (3)
  • Java (3)
  • Jackson (3)
  • Spring Web (2)
  • REST (2)
  • Java IO (2)
  • JPA (2)
  • Core Java (2)
  • Web Services (1)
  • Spring WebFlux (1)
  • Spring Persistence (1)
  • Reactive (1)
  • Persistence (1)
  • Logging (1)
  • Java Numbers (1)
  • Java Map (1)
  • Java Dates (1)
  • Jakarta EE (1)
  • JSON (1)
  • Data (1)
  • Architecture (1)

Session/Cookie Management in Apache JMeter

Learn how JMeter manages sessions and cookies and set up a test plan that logs in to an application, accesses protected resources, and logs out. Along the way, use HTTP Cookie Manager, CSV Data Set Config, and response assertions to ensure tests simulate real-world user behavior.

Read More →

HTTP DELETE With Request Body

This article explores sending DELETE requests with bodies using popular REST clients like Spring’s RestTemplate and Apache HTTP libraries. Dive deeper to see how each client tackles the body and explore the code examples to see which method might be the best fit for your project.

Read More →