From 586896e5b833ad6b7df8688569cc4090bcab5412 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Thu, 15 Jun 2017 16:12:03 +0200 Subject: [PATCH] Create README.md (#2076) --- libraries/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/README.md b/libraries/README.md index 6774792177..f69885a30f 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -12,6 +12,11 @@ - [Introduction to Apache Commons Math](http://www.baeldung.com/apache-commons-math) - [Intro to JaVer](http://www.baeldung.com/serenity-bdd) - [Introduction to Netty](http://www.baeldung.com/netty) +- [Guide to Java Data Objects](http://www.baeldung.com/jdo) +- [Software Transactional Memory in Java Using Multiverse](http://www.baeldung.com/java-multiverse-stm) +- [Introduction to HikariCP](http://www.baeldung.com/hikaricp) +- [Serenity BDD with Spring and JBehave](http://www.baeldung.com/serenity-spring-jbehave) + 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.