Skip to content

Commit cd99bd5

Browse files
author
eugenp
committed
Merge branch 'master' of https://github.com/eugenp/tutorials
2 parents ebb75ab + 8e575a4 commit cd99bd5

File tree

8 files changed

+16
-1
lines changed

8 files changed

+16
-1
lines changed

core-java/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
### Relevant Articles:
66
- [Immutable ArrayList in Java](http://www.baeldung.com/java-immutable-list)
77
- [Java - Reading a Large File Efficiently](http://www.baeldung.com/java-read-lines-large-file)
8+
- [Java InputStream to String](http://www.baeldung.com/convert-input-stream-to-string)
9+

httpclient/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
- [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4)
1212
- [Unshorten URLs with HttpClient](http://www.baeldung.com/unshorten-url-httpclient)
1313
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
14+
- [HttpClient 4 – Follow Redirects for POST](http://www.baeldung.com/httpclient-redirect-on-http-post)
15+
- [HttpClient – Set Custom Header](http://www.baeldung.com/httpclient-custom-http-header)
16+
- [HttpClient Basic Authentication](http://www.baeldung.com/httpclient-4-basic-authentication)

jackson/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44

55
### Relevant Articles:
66
- [Jackson Ignore Properties on Marshalling](http://www.baeldung.com/jackson-ignore-properties-on-serialization)
7+
- [Jackson – Unmarshall to Collection/Array](http://www.baeldung.com/jackson-collection-array)
8+
- [Jackson Unmarshalling json with Unknown Properties](http://www.baeldung.com/jackson-deserialize-json-unknown-properties)
9+
- [Jackson – Custom Serializer](http://www.baeldung.com/jackson-custom-serialization)
10+
- [Jackson – Custom Deserializer](http://www.baeldung.com/jackson-deserialization)
11+
12+

spring-hibernate4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Relevant Articles:
66
- [Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
7+
- [The DAO with Spring 3 and Hibernate](http://www.baeldung.com/2011/12/02/the-persistence-layer-with-spring-3-1-and-hibernate/)
78

89

910
### Quick Start

spring-jpa/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
### Relevant Articles:
77
- [Spring 3 and JPA with Hibernate](http://www.baeldung.com/2011/12/13/the-persistence-layer-with-spring-3-1-and-jpa/)
88
- [Transactions with Spring 3 and JPA](http://www.baeldung.com/2011/12/26/transaction-configuration-with-jpa-and-spring-3-1/)
9+
- [The DAO with JPA and Spring](http://www.baeldung.com/spring-dao-jpa)

spring-rest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
### Relevant Articles:
77
- [Spring @RequestMapping](http://www.baeldung.com/spring-requestmapping)
8-
8+
- [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest)
99

spring-security-mvc-session/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
### Relevant Articles:
77
- [HttpSessionListener Example – Monitoring](http://www.baeldung.com/httpsessionlistener_with_metrics)
8+
- [Spring Security Session Management](http://www.baeldung.com/spring-security-session)
89

910

1011
### Build the Project

spring-security-rest-full/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [HATEOAS for a Spring REST Service](http://www.baeldung.com/2011/11/13/rest-service-discoverability-with-spring-part-5/)
1010
- [REST API Discoverability and HATEOAS](http://www.baeldung.com/2011/11/06/restful-web-service-discoverability-part-4/)
1111
- [ETags for REST with Spring](http://www.baeldung.com/2013/01/11/etags-for-rest-with-spring/)
12+
- [Error Handling for REST with Spring 3](http://www.baeldung.com/2013/01/31/exception-handling-for-rest-with-spring-3-2/)
1213

1314

1415
### Build the Project

0 commit comments

Comments
 (0)