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.