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

Baeldung on Java

  • All
  • Core Java (3)
  • Testing (1)
  • Spring MVC (1)
  • Security (1)
  • Reactive (1)
  • REST (1)
  • Architecture (1)

New Features in Java 16

Java 16 brings a series of improvements to the language, including increments to records, sealed classes and switch statements. We review some of the new features as well as looking at some capabilities that are going away.

Read More →

Pub-Sub vs. Message Queues

In this tutorial, we’ll look at the use of message queues and publishers/subscribers. These are common patterns used in distributed systems for two or more services to communicate with one another.

Read More →