forked from eugenp/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#BAEL-17519 add README descriptions (eugenp#7935)
- Loading branch information
1 parent
7490fb6
commit 0f64304
Showing
10 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters