Merge pull request #7940 from alessiostalla/BAEL-17522
#BAEL-17522 add README descriptions
This commit is contained in:
commit
d801f7c38f
|
@ -1,4 +1,8 @@
|
|||
## Relevant articles:
|
||||
## Java Microbenchmark Harness
|
||||
|
||||
This module contains articles about the Java Microbenchmark Harness (JMH).
|
||||
|
||||
### Relevant articles:
|
||||
|
||||
- [Microbenchmarking with Java](https://www.baeldung.com/java-microbenchmark-harness)
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
## JNI
|
||||
|
||||
This module contains articles about the Java Native Interface (JNI).
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Relevant articles:
|
||||
## Jooby
|
||||
|
||||
This module contains articles about Jooby.
|
||||
|
||||
### Relevant articles:
|
||||
|
||||
- [Introduction to Jooby](https://www.baeldung.com/jooby)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## JSF
|
||||
|
||||
This module contains articles about JavaServer Faces (JSF).
|
||||
|
||||
### Relevant Articles:
|
||||
- [Guide to JSF Expression Language 3.0](https://www.baeldung.com/jsf-expression-language-el-3)
|
||||
- [Introduction to JSF EL 2](https://www.baeldung.com/intro-to-jsf-expression-language)
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
## Relevant articles:
|
||||
## JsonPath
|
||||
|
||||
This module contains articles about JsonPath.
|
||||
|
||||
### Relevant articles:
|
||||
|
||||
- [Introduction to JsonPath](https://www.baeldung.com/guide-to-jayway-jsonpath)
|
||||
- [Count with JsonPath](https://www.baeldung.com/jsonpath-count)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=========
|
||||
## JSON
|
||||
|
||||
## Fast-Json
|
||||
This module contains articles about JSON.
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to JSON Schema in Java](https://www.baeldung.com/introduction-to-json-schema-in-java)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=========
|
||||
## jsoup
|
||||
|
||||
## jsoup Example Project
|
||||
This module contains articles about jsoup.
|
||||
|
||||
### Relevant Articles:
|
||||
- [Parsing HTML in Java with Jsoup](https://www.baeldung.com/java-with-jsoup)
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
## JTA
|
||||
|
||||
This module contains articles about the Java Transaction API (JTA).
|
||||
|
||||
### Relevant Articles:
|
||||
- [Guide to Java EE JTA](https://www.baeldung.com/jee-jta)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## JavaScript in Kotlin
|
||||
|
||||
This module contains articles about JavaScript in Kotlin.
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Kotlin and Javascript](https://www.baeldung.com/kotlin-javascript)
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
## Relevant articles:
|
||||
## Kotlin Libraries
|
||||
|
||||
This module contains articles about Kotlin Libraries.
|
||||
|
||||
### Relevant articles:
|
||||
|
||||
- [Jackson Support for Kotlin](https://www.baeldung.com/jackson-kotlin)
|
||||
- [Introduction to RxKotlin](https://www.baeldung.com/rxkotlin)
|
||||
- More articles: [[<-- prev]](/kotlin-libraries)
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
## Relevant articles:
|
||||
## Kotlin Libraries
|
||||
|
||||
This module contains articles about Kotlin Libraries.
|
||||
|
||||
### Relevant articles:
|
||||
|
||||
- [Kotlin with Mockito](https://www.baeldung.com/kotlin-mockito)
|
||||
- [HTTP Requests with Kotlin and khttp](https://www.baeldung.com/kotlin-khttp)
|
||||
|
@ -12,3 +16,4 @@
|
|||
- [REST API With Kotlin and Kovert](https://www.baeldung.com/kotlin-kovert)
|
||||
- [MockK: A Mocking Library for Kotlin](https://www.baeldung.com/kotlin-mockk)
|
||||
- [Kotlin Immutable Collections](https://www.baeldung.com/kotlin-immutable-collections)
|
||||
- More articles: [[next -->]](/kotlin-libraries-2)
|
||||
|
|
Loading…
Reference in New Issue