Skip to content

Commit

Permalink
#BAEL-17518 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 476dbbc
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 12 deletions.
7 changes: 5 additions & 2 deletions httpclient-simple/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
=========
## This module contains articles that are part of the HTTPClient Ebook
## HTTPClient Ebook

This module contains articles about HTTPClient that are part of the HTTPClient Ebook.

### Relevant Articles

- [HttpClient 4 – Get the Status Code](https://www.baeldung.com/httpclient-status-code)
- [HttpClient with SSL](https://www.baeldung.com/httpclient-ssl)
Expand Down
4 changes: 4 additions & 0 deletions hystrix/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Hystrix

This module contains articles about Hystrix.

### Relevant Articles:
- [Hystrix Integration with Existing Spring Application](https://www.baeldung.com/hystrix-integration-with-spring-aop)
- [Introduction to Hystrix](https://www.baeldung.com/introduction-to-hystrix)
4 changes: 4 additions & 0 deletions image-processing/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## Image Processing

This module contains articles about image processing.

### Relevant Articles:
- [Working with Images in Java](https://www.baeldung.com/java-images)
4 changes: 4 additions & 0 deletions immutables/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## Immutables

This module contains articles about the Immutables library.

### Relevant Articles:
- [Introduction to Immutables](https://www.baeldung.com/immutables)
5 changes: 3 additions & 2 deletions jackson-2/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Jackson Cookbooks and Examples

This module contains articles about Jackson.

### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring

Expand All @@ -12,3 +12,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Converting JSON to CSV in Java](https://www.baeldung.com/java-converting-json-to-csv)
- [Compare Two JSON Objects with Jackson](https://www.baeldung.com/jackson-compare-two-json-objects)
- [Calling Default Serializer from Custom Serializer in Jackson](https://www.baeldung.com/jackson-call-default-serializer-from-custom-serializer)
- More articles: [[<-- prev]](/../jackson)
3 changes: 2 additions & 1 deletion jackson-simple/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
=========
### Jackson Articles that are also part of the e-book

This module contains articles about Jackson that are also part of the Jackson Ebook.

###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring

Expand Down
5 changes: 3 additions & 2 deletions jackson/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Jackson Cookbooks and Examples

This module contains articles about Jackson.

###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring

Expand Down Expand Up @@ -32,4 +32,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Convert XML to JSON Using Jackson](https://www.baeldung.com/jackson-convert-xml-json)
- [Deserialize Immutable Objects with Jackson](https://www.baeldung.com/jackson-deserialize-immutable-objects)
- [Mapping a Dynamic JSON Object with Jackson](https://www.baeldung.com/jackson-mapping-dynamic-object)
- More articles: [[next -->]](/../jackson-2)

4 changes: 2 additions & 2 deletions java-collections-conversions/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Java Collections Cookbooks and Examples

This module contains articles about conversions among Collection types and arrays in Java.

### Relevant Articles:
- [Converting between an Array and a List in Java](https://www.baeldung.com/convert-array-to-list-and-list-to-array)
- [Converting between an Array and a Set in Java](https://www.baeldung.com/convert-array-to-set-and-set-to-array)
Expand Down
7 changes: 6 additions & 1 deletion java-collections-maps-2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Relevant Articles:
## Java Collections Cookbooks and Examples

This module contains articles about Map data structures in Java.

### Relevant Articles:
- [Map of Primitives in Java](https://www.baeldung.com/java-map-primitives)
- [Copying a HashMap in Java](https://www.baeldung.com/java-copy-hashmap)
- [Guide to Java HashMap]()
Expand All @@ -10,3 +14,4 @@
- [Finding the Highest Value in a Java Map](https://www.baeldung.com/java-find-map-max)
- [Initialize a HashMap in Java](https://www.baeldung.com/java-initialize-hashmap)
- [Java TreeMap vs HashMap](https://www.baeldung.com/java-treemap-vs-hashmap)
- More articles: [[<-- prev>]](/../java-collections-maps)
5 changes: 3 additions & 2 deletions java-collections-maps/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========

## Java Collections Cookbooks and Examples

This module contains articles about Map data structures in Java.

### Relevant Articles:
- [Guide to the Guava BiMap](https://www.baeldung.com/guava-bimap)
- [The Java HashMap Under the Hood](https://www.baeldung.com/java-hashmap)
Expand All @@ -13,3 +13,4 @@
- [Comparing Two HashMaps in Java](https://www.baeldung.com/java-compare-hashmaps)
- [Immutable Map Implementations in Java](https://www.baeldung.com/java-immutable-maps)
- [Guide to Apache Commons MultiValuedMap](https://www.baeldung.com/apache-commons-multi-valued-map)
- More articles: [[next -->]](/../java-collections-maps-2)

0 comments on commit 476dbbc

Please sign in to comment.