Skip to content

Commit

Permalink
#BAEL-17520 add README descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Oct 3, 2019
1 parent 68b080e commit 4a9cae5
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 8 deletions.
7 changes: 6 additions & 1 deletion java-strings-2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Relevant Articles:
## Java Strings Cookbooks and Examples

This module contains articles about strings in Java.

### Relevant Articles:

- [Java Localization – Formatting Messages](https://www.baeldung.com/java-localization-messages-formatting)
- [Check If a String Contains a Substring](https://www.baeldung.com/java-string-contains-substring)
Expand All @@ -25,3 +29,4 @@
- [How to Reverse a String in Java](https://www.baeldung.com/java-reverse-string)
- [String toLowerCase and toUpperCase Methods in Java](https://www.baeldung.com/java-string-convert-case)
- [Guide to StreamTokenizer](https://www.baeldung.com/java-streamtokenizer)
- More articles: [[<-- prev>]](/java-strings) [[next -->]](/java-strings-3)
7 changes: 6 additions & 1 deletion java-strings-3/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Relevant Articles:
## Java Strings Cookbooks and Examples

This module contains articles about strings in Java.

### Relevant Articles:

- [Converting Java String to Double](https://www.baeldung.com/java-string-to-double)
- More articles: [[<-- prev>]](/java-strings-2)
4 changes: 2 additions & 2 deletions java-strings-ops/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Java Strings Cookbooks and Examples

This module contains articles about operations on strings in Java.

### Relevant Articles:
- [Convert char to String in Java](https://www.baeldung.com/java-convert-char-to-string)
- [Convert String to int or Integer in Java](https://www.baeldung.com/java-convert-string-to-int-or-integer)
Expand Down
5 changes: 3 additions & 2 deletions java-strings/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Java Strings Cookbooks and Examples

This module contains articles about strings in Java.

### Relevant Articles:
- [String Operations with Java Streams](https://www.baeldung.com/java-stream-operations-on-strings)
- [Converting String to Stream of chars](https://www.baeldung.com/java-string-to-stream)
Expand All @@ -21,3 +21,4 @@
- [Adding a Newline Character to a String in Java](https://www.baeldung.com/java-string-newline)
- [Remove or Replace part of a String in Java](https://www.baeldung.com/java-remove-replace-string-part)
- [Replace a Character at a Specific Index in a String in Java](https://www.baeldung.com/java-replace-character-at-index)
- More articles: [[next -->]](/java-strings-2)
3 changes: 3 additions & 0 deletions java-vavr-stream/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Vavr Streams

This module contains articles about streams in Vavr.

### Relevant Articles:

Expand Down
4 changes: 4 additions & 0 deletions java-websocket/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Java WebSocket

This module contains articles about WebSocket in Java.

### Relevant articles

- [A Guide to the Java API for WebSocket](https://www.baeldung.com/java-websockets)
4 changes: 4 additions & 0 deletions javafx/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## JavaFX

This module contains articles about JavaFX.

### Relevant Articles:
-[Introduction to JavaFX](https://www.baeldung.com/javafx)

4 changes: 4 additions & 0 deletions javax-servlets/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Servlets

This module contains articles about Servlets.

### Relevant Articles:
- [Introduction to Java Servlets](https://www.baeldung.com/intro-to-servlets)
- [An MVC Example with Servlets and JSP](https://www.baeldung.com/mvc-servlet-jsp)
Expand Down
4 changes: 2 additions & 2 deletions javaxval/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Java Bean Validation Examples

This module contains articles about Bean Validation.

### Relevant Articles:
- [Java Bean Validation Basics](https://www.baeldung.com/javax-validation)
- [Validating Container Elements with Bean Validation 2.0](https://www.baeldung.com/bean-validation-container-elements)
Expand Down
4 changes: 4 additions & 0 deletions jaxb/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## JAXB

This module contains articles about JAXB.

### Relevant Articles:
- [Guide to JAXB](https://www.baeldung.com/jaxb)

0 comments on commit 4a9cae5

Please sign in to comment.