Skip to content

Commit

Permalink
#BAEL-17519 add README descriptions (eugenp#7935)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla authored and Eugen committed Oct 4, 2019
1 parent 7490fb6 commit 0f64304
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 6 deletions.
4 changes: 4 additions & 0 deletions java-ee-8-security-api/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Java EE 8 Security API

This module contains articles about the Security API in Java EE 8.

### Relevant articles

- [Java EE 8 Security API](https://www.baeldung.com/java-ee-8-security)
7 changes: 7 additions & 0 deletions java-jdi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Java JDI

This module contains articles about JDI, the Java Debug Interface.

###Relevant articles

- [An Intro to the Java Debug Interface (JDI)](https://www.baeldung.com/java-debug-interface)
4 changes: 4 additions & 0 deletions java-lite/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## JavaLite

This module contains articles about JavaLite.

### Relevant Articles:

- [A Guide to JavaLite – Building a RESTful CRUD application](https://www.baeldung.com/javalite-rest)
Expand Down
6 changes: 5 additions & 1 deletion java-math/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Relevant articles:
## Java Math

This module contains articles about math in Java.

### Relevant articles:

- [Calculate Factorial in Java](https://www.baeldung.com/java-calculate-factorial)
- [Generate Combinations in Java](https://www.baeldung.com/java-combinations-algorithm)
Expand Down
7 changes: 6 additions & 1 deletion java-numbers-2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Relevant Articles
## Java Number Cookbooks and Examples

This module contains articles about numbers in Java.

### Relevant Articles
- [Lossy Conversion in Java](https://www.baeldung.com/java-lossy-conversion)
- [A Guide to the Java Math Class](https://www.baeldung.com/java-lang-math)
- [Calculate the Area of a Circle in Java](https://www.baeldung.com/java-calculate-circle-area)
Expand All @@ -9,3 +13,4 @@
- [Binary Numbers in Java](https://www.baeldung.com/java-binary-numbers)
- [Finding the Least Common Multiple in Java](https://www.baeldung.com/java-least-common-multiple)
- [Binary Numbers in Java](https://www.baeldung.com/java-binary-numbers)
- More articles: [[<-- prev]](/../java-numbers)
5 changes: 3 additions & 2 deletions java-numbers/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Java Number Cookbooks and Examples

This module contains articles about numbers in Java.

### Relevant Articles:
- [Number of Digits in an Integer in Java](http://www.baeldung.com/java-number-of-digits-in-int)
- [How to Round a Number to N Decimal Places in Java](http://www.baeldung.com/java-round-decimal-number)
Expand All @@ -13,3 +13,4 @@
- [Calculating the nth Root in Java](https://www.baeldung.com/java-nth-root)
- [Convert Double to String, Removing Decimal Places](https://www.baeldung.com/java-double-to-string)
- [Changing the Order in a Sum Operation Can Produce Different Results?](https://www.baeldung.com/java-floating-point-sum-order)
- More articles: [[next -->]](/../java-numbers-2)
4 changes: 4 additions & 0 deletions java-rmi/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Java RMI

This module contains articles about RMI (Remote Method Invocation) in Java.

### Relevant articles

- [Getting Started with Java RMI](https://www.baeldung.com/java-rmi)
3 changes: 3 additions & 0 deletions java-spi/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Java SPI

This module contains articles about the SPI (Service Provider Interface) in Java.

### Relevant Articles:

Expand Down
5 changes: 5 additions & 0 deletions java-streams-2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Java Streams Cookbooks and Examples

This module contains articles about the Stream API in Java.

### Relevant Articles:
- [Guide to Stream.reduce()](https://www.baeldung.com/java-stream-reduce)
- [How to Break from Java Stream forEach](https://www.baeldung.com/java-break-stream-foreach)
- [Java IntStream Conversions](https://www.baeldung.com/java-intstream-convert)
- More articles: [[<-- prev]](/java-streams)
5 changes: 3 additions & 2 deletions java-streams/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Java Streams Cookbooks and Examples

This module contains articles about the Stream API in Java.

### Relevant Articles:
- [The Java 8 Stream API Tutorial](https://www.baeldung.com/java-8-streams)
- [Introduction to Java 8 Streams](https://www.baeldung.com/java-8-streams-introduction)
Expand All @@ -18,3 +18,4 @@
- [Counting Matches on a Stream Filter](https://www.baeldung.com/java-stream-filter-count)
- [Java 8 Streams peek() API](https://www.baeldung.com/java-streams-peek-api)
- [Working With Maps Using Streams](https://www.baeldung.com/java-maps-streams)
- More articles: [[next -->]](/../java-streams-2)

0 comments on commit 0f64304

Please sign in to comment.