You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module contains articles about various Java libraries.
4
+
These are small libraries that are relatively easy to use and do not require any separate module of their own.
5
+
6
+
The code examples related to different libraries are each in their own module.
7
+
8
+
Remember, for advanced libraries like [Jackson](/jackson) and [JUnit](/testing-modules) we already have separate modules. Please make sure to have a look at the existing modules in such cases.
9
+
10
+
### Relevant articles
11
+
12
+
-[Introduction to Javatuples](https://www.baeldung.com/java-tuples)
13
+
-[Introduction to Javassist](https://www.baeldung.com/javassist)
14
+
-[Introduction to Apache Flink with Java](https://www.baeldung.com/apache-flink)
15
+
-[Intro to JaVers](https://www.baeldung.com/javers)
16
+
-[Merging Streams in Java](https://www.baeldung.com/java-merge-streams)
17
+
-[Introduction to Quartz](https://www.baeldung.com/quartz)
18
+
-[How to Warm Up the JVM](https://www.baeldung.com/java-jvm-warmup)
19
+
-[Software Transactional Memory in Java Using Multiverse](https://www.baeldung.com/java-multiverse-stm)
20
+
-[Locality-Sensitive Hashing in Java Using Java-LSH](https://www.baeldung.com/locality-sensitive-hashing)
21
+
-[Introduction to Neuroph](https://www.baeldung.com/neuroph)
22
+
23
+
#5
24
+
-[Introduction to Caffeine](https://www.baeldung.com/java-caching-caffeine)
25
+
-[Introduction to StreamEx](https://www.baeldung.com/streamex)
26
+
-[A Docker Guide for Java](https://www.baeldung.com/docker-java-api)
27
+
-[Introduction to Akka Actors in Java](https://www.baeldung.com/akka-actors-java)
28
+
-[A Guide to Byte Buddy](https://www.baeldung.com/byte-buddy)
29
+
-[Introduction to jOOL](https://www.baeldung.com/jool)
30
+
-[Consumer Driven Contracts with Pact](https://www.baeldung.com/pact-junit-consumer-driven-contracts)
31
+
-[Introduction to Atlassian Fugue](https://www.baeldung.com/java-fugue)
32
+
-[Publish and Receive Messages with Nats Java Client](https://www.baeldung.com/nats-java-client)
33
+
-[Java Concurrency Utility with JCTools](https://www.baeldung.com/java-concurrency-jc-tools)
34
+
35
+
#6
36
+
-[Introduction to JavaPoet](https://www.baeldung.com/java-poet)
37
+
-[Guide to Resilience4j](https://www.baeldung.com/resilience4j)
38
+
-[Implementing a FTP-Client in Java](https://www.baeldung.com/java-ftp-client)
39
+
-[Introduction to Functional Java](https://www.baeldung.com/java-functional-library)
40
+
-[A Guide to the Reflections Library](https://www.baeldung.com/reflections-library)
41
+
42
+
-[Exactly Once Processing in Kafka](https://www.baeldung.com/kafka-exactly-once)
0 commit comments