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

Baeldung on Java

  • All
  • Testing (3)
  • Spring Boot (3)
  • Maven (2)
  • Data (2)
  • Security (1)
  • Java Collections (1)
  • Gradle (1)

Maven Reactor

Learn about the benefits of using Maven Reactor in the Apache Maven ecosystem to build multi-module complex projects.

Read More →

Spark DataFrame

Spark’s DataFrame component is an essential part of its API. It represents data in a table like way so we can perform operations on it. We look at the Java Dataset type, which is used to interact with DataFrames and we see how to read data from a JSON file and write it to a database.

Read More →