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

feedburner.com

Baeldung

Get the latest updates from Baeldung directly as they happen.

Follow now 116 followers

Latest posts

Last updated 2 days ago

Sending XML POST Requests with Spring RestTemplate

2 days ago

1. Overview Despite the rise of JSON and REST APIs, XML remains...

Handling Exceptions in Kafka Streams

4 days ago

1. Overview Kafka Streams is an Apache Kafka library used for building...

Java Weekly, Issue 620

5 days ago

1. Spring and Java >> JEP 500 (String Templates) Targeted to JDK...

Mapping a org.json.JSONObject to a POJO

5 days ago

1. Introduction When working with APIs or configuration files, JSON is often...

How to Fix the gradlew: command not found Error in Linux

5 days ago

1. Overview Gradle is a popular build automation tool. It’s used in...

Implementing Semantic Caching Using Spring AI

8 days ago

1. Overview In modern applications that integrate with Large Language Models (LLMs),...

Reuse Embedded Kafka Broker in Multiple Test Classes

8 days ago

1. Introduction When working with Kafka consumers, we often need to verify...

Computing the Padovan Sequnce in Java

10 days ago

1. Overview A Padovan sequence is a Fibonacci-like pattern in which the...

SFTP With JSch

10 days ago

1. Introduction In this tutorial, we’re going to take a deeper look...

Tool to Analyze Offline Java Heap Dumps

10 days ago

1. Overview It is crucial to analyze the memory consumption to improve...

Efficiently Check for a Sum of Two Squares in Java

10 days ago

1. Introduction In this short tutorial, we’ll explore an efficient way to...

Resolving JSONException: JSONObject text must begin with ‘{‘ in Java

11 days ago

1. Overview When working with JSON in Java, one of the most...