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

Baeldung on Java

  • All
  • Weekly Review (152)
  • Spring (38)
  • Spring Security (29)
  • REST (23)
  • Java IO (22)
  • HTTP Client-Side (20)
  • Jackson (18)
  • Data (17)
  • Java Collections (11)
  • Java (9)
  • Testing (8)
  • Spring MVC (7)
  • Maven (7)
  • Spring Persistence (6)
  • Persistence (6)
  • Java List (6)
  • JPA (6)
  • Spring Web (5)
  • Java String (5)
  • Spring Boot (4)
  • Spring Data (3)
  • Security (2)
  • Meta (2)
  • Java Map (2)
  • Java Array (2)
  • JSON (2)
  • Cloud (2)
  • News (1)
  • Java Numbers (1)
  • Java Concurrency (1)
  • IDE (1)
  • Core Java (1)
  • Artificial Intelligence (1)
  • Architecture (1)

Guava – Lists

Work with Lists in Guava – clean duplicates and nulls from the list, reverse it and partition it – or convert it to an ImmutableList.

Read More →

Java Timer

Using the Java Timer and TimerTask to get the most out of it. Schedule a delayed one time task, a daily task or just repeat on an interval. Cool beans.

Read More →