Skip to content

Commit 0f64304

Browse files
alessiostallaEugen
authored andcommitted
#BAEL-17519 add README descriptions (eugenp#7935)
1 parent 7490fb6 commit 0f64304

10 files changed

Lines changed: 44 additions & 6 deletions

File tree

java-ee-8-security-api/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Java EE 8 Security API
2+
3+
This module contains articles about the Security API in Java EE 8.
4+
15
### Relevant articles
26

37
- [Java EE 8 Security API](https://www.baeldung.com/java-ee-8-security)

java-jdi/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Java JDI
2+
3+
This module contains articles about JDI, the Java Debug Interface.
4+
5+
###Relevant articles
6+
7+
- [An Intro to the Java Debug Interface (JDI)](https://www.baeldung.com/java-debug-interface)

java-lite/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## JavaLite
2+
3+
This module contains articles about JavaLite.
4+
15
### Relevant Articles:
26

37
- [A Guide to JavaLite – Building a RESTful CRUD application](https://www.baeldung.com/javalite-rest)

java-math/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Relevant articles:
1+
## Java Math
2+
3+
This module contains articles about math in Java.
4+
5+
### Relevant articles:
26

37
- [Calculate Factorial in Java](https://www.baeldung.com/java-calculate-factorial)
48
- [Generate Combinations in Java](https://www.baeldung.com/java-combinations-algorithm)

java-numbers-2/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Relevant Articles
1+
## Java Number Cookbooks and Examples
2+
3+
This module contains articles about numbers in Java.
4+
5+
### Relevant Articles
26
- [Lossy Conversion in Java](https://www.baeldung.com/java-lossy-conversion)
37
- [A Guide to the Java Math Class](https://www.baeldung.com/java-lang-math)
48
- [Calculate the Area of a Circle in Java](https://www.baeldung.com/java-calculate-circle-area)
@@ -9,3 +13,4 @@
913
- [Binary Numbers in Java](https://www.baeldung.com/java-binary-numbers)
1014
- [Finding the Least Common Multiple in Java](https://www.baeldung.com/java-least-common-multiple)
1115
- [Binary Numbers in Java](https://www.baeldung.com/java-binary-numbers)
16+
- More articles: [[<-- prev]](/../java-numbers)

java-numbers/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
=========
2-
31
## Java Number Cookbooks and Examples
42

3+
This module contains articles about numbers in Java.
4+
55
### Relevant Articles:
66
- [Number of Digits in an Integer in Java](http://www.baeldung.com/java-number-of-digits-in-int)
77
- [How to Round a Number to N Decimal Places in Java](http://www.baeldung.com/java-round-decimal-number)
@@ -13,3 +13,4 @@
1313
- [Calculating the nth Root in Java](https://www.baeldung.com/java-nth-root)
1414
- [Convert Double to String, Removing Decimal Places](https://www.baeldung.com/java-double-to-string)
1515
- [Changing the Order in a Sum Operation Can Produce Different Results?](https://www.baeldung.com/java-floating-point-sum-order)
16+
- More articles: [[next -->]](/../java-numbers-2)

java-rmi/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Java RMI
2+
3+
This module contains articles about RMI (Remote Method Invocation) in Java.
4+
15
### Relevant articles
26

37
- [Getting Started with Java RMI](https://www.baeldung.com/java-rmi)

java-spi/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Java SPI
2+
3+
This module contains articles about the SPI (Service Provider Interface) in Java.
14

25
### Relevant Articles:
36

java-streams-2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
## Java Streams Cookbooks and Examples
2+
3+
This module contains articles about the Stream API in Java.
4+
15
### Relevant Articles:
26
- [Guide to Stream.reduce()](https://www.baeldung.com/java-stream-reduce)
37
- [How to Break from Java Stream forEach](https://www.baeldung.com/java-break-stream-foreach)
48
- [Java IntStream Conversions](https://www.baeldung.com/java-intstream-convert)
9+
- More articles: [[<-- prev]](/java-streams)

java-streams/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
=========
2-
31
## Java Streams Cookbooks and Examples
42

3+
This module contains articles about the Stream API in Java.
4+
55
### Relevant Articles:
66
- [The Java 8 Stream API Tutorial](https://www.baeldung.com/java-8-streams)
77
- [Introduction to Java 8 Streams](https://www.baeldung.com/java-8-streams-introduction)
@@ -18,3 +18,4 @@
1818
- [Counting Matches on a Stream Filter](https://www.baeldung.com/java-stream-filter-count)
1919
- [Java 8 Streams peek() API](https://www.baeldung.com/java-streams-peek-api)
2020
- [Working With Maps Using Streams](https://www.baeldung.com/java-maps-streams)
21+
- More articles: [[next -->]](/../java-streams-2)

0 commit comments

Comments
 (0)