diff --git a/libraries-2/README.md b/libraries-2/README.md index 7d7fc67fa7..ea95b18d72 100644 --- a/libraries-2/README.md +++ b/libraries-2/README.md @@ -1,5 +1,13 @@ -## Relevant Articles: +## Libraries +This module contains articles about various Java libraries. +These are small libraries that are relatively easy to use and do not require any separate module of their own. + +The code examples related to different libraries are each in their own module. + +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. + +### Relevant articles - [A Guide to jBPM with Java](https://www.baeldung.com/jbpm-java) - [Guide to Classgraph Library](https://www.baeldung.com/classgraph) - [Create a Java Command Line Program with Picocli](https://www.baeldung.com/java-picocli-create-command-line-program) @@ -10,3 +18,4 @@ - [Key Value Store with Chronicle Map](https://www.baeldung.com/java-chronicle-map) - [Guide to MapDB](https://www.baeldung.com/mapdb) - [A Guide to Apache Mesos](https://www.baeldung.com/apache-mesos) +- More articles [[<-- prev]](/libraries) diff --git a/libraries/README.md b/libraries/README.md index 5bd53731f1..5d44247728 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -1,11 +1,11 @@ ## Libraries This module contains articles about various Java libraries. -These are small libraries that are relatively easy to use and does not require any separate module of their own. +These are small libraries that are relatively easy to use and do not require any separate module of their own. -The code examples related to different libraries should go in a new package. +The code examples related to different libraries are each in their own module. -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. +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. ### Relevant articles @@ -46,3 +46,4 @@ Remember, for advanced libraries like JUnit, Jackson, etc. we already have separ - [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) +- More articles [[next -->]](/libraries-2) diff --git a/persistence-modules/java-jpa-2/README.md b/persistence-modules/java-jpa-2/README.md index 9a677901c2..c3be046fc0 100644 --- a/persistence-modules/java-jpa-2/README.md +++ b/persistence-modules/java-jpa-2/README.md @@ -1,6 +1,6 @@ ## JPA in Java -This module contains articles about JPA (Java Persistence API) in Java. +This module contains articles about the Java Persistence API (JPA) in Java. ### Relevant Articles diff --git a/persistence-modules/java-jpa/README.md b/persistence-modules/java-jpa/README.md index 640753c2f2..b28aec5afb 100644 --- a/persistence-modules/java-jpa/README.md +++ b/persistence-modules/java-jpa/README.md @@ -1,6 +1,6 @@ ## JPA in Java -This module contains articles about JPA (Java Persistence API) in Java. +This module contains articles about the Java Persistence API (JPA) in Java. ### Relevant Articles