#BAEL-17506 include libraries-2 and slightly edit a few descriptions
This commit is contained in:
parent
c5693676ee
commit
dad2aeba0f
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user