#BAEL-17520 add README descriptions
This commit is contained in:
parent
68b080e1c5
commit
4a9cae5e85
|
@ -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)
|
||||
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
## Vavr Streams
|
||||
|
||||
This module contains articles about streams in Vavr.
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## JavaFX
|
||||
|
||||
This module contains articles about JavaFX.
|
||||
|
||||
### Relevant Articles:
|
||||
-[Introduction to JavaFX](https://www.baeldung.com/javafx)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
## JAXB
|
||||
|
||||
This module contains articles about JAXB.
|
||||
|
||||
### Relevant Articles:
|
||||
- [Guide to JAXB](https://www.baeldung.com/jaxb)
|
||||
|
|
Loading…
Reference in New Issue