46 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ### Relevant articles
 | |
| 
 | |
| - [Introduction to Javatuples](http://www.baeldung.com/java-tuples)
 | |
| - [Introduction to Javassist](http://www.baeldung.com/javassist)
 | |
| - [Introduction to Apache Flink with Java](http://www.baeldung.com/apache-flink)
 | |
| - [Intro to JaVers](http://www.baeldung.com/javers)
 | |
| - [Merging Streams in Java](http://www.baeldung.com/java-merge-streams)
 | |
| - [Introduction to Quartz](http://www.baeldung.com/quartz)
 | |
| - [How to Warm Up the JVM](http://www.baeldung.com/java-jvm-warmup)
 | |
| - [Software Transactional Memory in Java Using Multiverse](http://www.baeldung.com/java-multiverse-stm)
 | |
| - [Locality-Sensitive Hashing in Java Using Java-LSH](http://www.baeldung.com/locality-sensitive-hashing)
 | |
| - [Introduction to Neuroph](http://www.baeldung.com/neuroph)
 | |
| - [Quick Guide to RSS with Rome](http://www.baeldung.com/rome-rss)
 | |
| - [Introduction to PCollections](http://www.baeldung.com/java-pcollections)
 | |
| - [Introduction to Eclipse Collections](http://www.baeldung.com/eclipse-collections)
 | |
| - [DistinctBy in the Java Stream API](http://www.baeldung.com/java-streams-distinct-by)
 | |
| - [Introduction to NoException](http://www.baeldung.com/no-exception)
 | |
| - [Spring Yarg Integration](http://www.baeldung.com/spring-yarg)
 | |
| - [Delete a Directory Recursively in Java](http://www.baeldung.com/java-delete-directory)
 | |
| - [Guide to JDeferred](http://www.baeldung.com/jdeferred)
 | |
| - [Introduction to MBassador](http://www.baeldung.com/mbassador)
 | |
| - [Using Pairs in Java](http://www.baeldung.com/java-pairs)
 | |
| - [Introduction to Caffeine](http://www.baeldung.com/java-caching-caffeine)
 | |
| - [Introduction to StreamEx](http://www.baeldung.com/streamex)
 | |
| - [A Docker Guide for Java](http://www.baeldung.com/docker-java-api)
 | |
| - [Introduction to Akka Actors in Java](http://www.baeldung.com/akka-actors-java)
 | |
| - [A Guide to Byte Buddy](http://www.baeldung.com/byte-buddy)
 | |
| - [Introduction to jOOL](http://www.baeldung.com/jool)
 | |
| - [Consumer Driven Contracts with Pact](http://www.baeldung.com/pact-junit-consumer-driven-contracts)
 | |
| - [Introduction to Atlassian Fugue](http://www.baeldung.com/java-fugue)
 | |
| - [Publish and Receive Messages with Nats Java Client](http://www.baeldung.com/nats-java-client)
 | |
| - [Java Concurrency Utility with JCTools](http://www.baeldung.com/java-concurrency-jc-tools)
 | |
| - [Introduction to JavaPoet](http://www.baeldung.com/java-poet)
 | |
| - [Convert String to Date in Java](http://www.baeldung.com/java-string-to-date)
 | |
| - [Guide to Resilience4j](http://www.baeldung.com/resilience4j)
 | |
| - [Exactly Once Processing in Kafka](https://www.baeldung.com/kafka-exactly-once)
 | |
| - [Implementing a FTP-Client in Java](http://www.baeldung.com/java-ftp-client)
 | |
| - [Introduction to Functional Java](https://www.baeldung.com/java-functional-library)
 | |
| - [A Guide to the Reflections Library](https://www.baeldung.com/reflections-library)
 | |
| 
 | |
| The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
 | |
| 
 | |
| The code examples related to different libraries should go in a new package.
 | |
| 
 | |
| Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.
 |