diff --git a/core-java/README.md b/core-java/README.md index 717008f507..772681ad57 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -5,3 +5,5 @@ ### Relevant Articles: - [Immutable ArrayList in Java](http://www.baeldung.com/java-immutable-list) - [Java - Reading a Large File Efficiently](http://www.baeldung.com/java-read-lines-large-file) +- [Java InputStream to String](http://www.baeldung.com/convert-input-stream-to-string) + diff --git a/httpclient/README.md b/httpclient/README.md index 70e44b56cf..529ac754f8 100644 --- a/httpclient/README.md +++ b/httpclient/README.md @@ -11,3 +11,6 @@ - [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4) - [Unshorten URLs with HttpClient](http://www.baeldung.com/unshorten-url-httpclient) - [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl) +- [HttpClient 4 – Follow Redirects for POST](http://www.baeldung.com/httpclient-redirect-on-http-post) +- [HttpClient – Set Custom Header](http://www.baeldung.com/httpclient-custom-http-header) +- [HttpClient Basic Authentication](http://www.baeldung.com/httpclient-4-basic-authentication) diff --git a/jackson/README.md b/jackson/README.md index 3601f99efe..539cb34761 100644 --- a/jackson/README.md +++ b/jackson/README.md @@ -4,3 +4,9 @@ ### Relevant Articles: - [Jackson Ignore Properties on Marshalling](http://www.baeldung.com/jackson-ignore-properties-on-serialization) +- [Jackson – Unmarshall to Collection/Array](http://www.baeldung.com/jackson-collection-array) +- [Jackson Unmarshalling json with Unknown Properties](http://www.baeldung.com/jackson-deserialize-json-unknown-properties) +- [Jackson – Custom Serializer](http://www.baeldung.com/jackson-custom-serialization) +- [Jackson – Custom Deserializer](http://www.baeldung.com/jackson-deserialization) + + diff --git a/spring-hibernate4/README.md b/spring-hibernate4/README.md index e9a6cc2be5..0d1ac1600e 100644 --- a/spring-hibernate4/README.md +++ b/spring-hibernate4/README.md @@ -4,6 +4,7 @@ ### Relevant Articles: - [Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring) +- [The DAO with Spring 3 and Hibernate](http://www.baeldung.com/2011/12/02/the-persistence-layer-with-spring-3-1-and-hibernate/) ### Quick Start diff --git a/spring-jpa/README.md b/spring-jpa/README.md index c62c4eabed..11df42ac52 100644 --- a/spring-jpa/README.md +++ b/spring-jpa/README.md @@ -6,3 +6,4 @@ ### Relevant Articles: - [Spring 3 and JPA with Hibernate](http://www.baeldung.com/2011/12/13/the-persistence-layer-with-spring-3-1-and-jpa/) - [Transactions with Spring 3 and JPA](http://www.baeldung.com/2011/12/26/transaction-configuration-with-jpa-and-spring-3-1/) +- [The DAO with JPA and Spring](http://www.baeldung.com/spring-dao-jpa) diff --git a/spring-rest/README.md b/spring-rest/README.md index b979f263ed..5e0a62c3eb 100644 --- a/spring-rest/README.md +++ b/spring-rest/README.md @@ -5,5 +5,5 @@ ### Relevant Articles: - [Spring @RequestMapping](http://www.baeldung.com/spring-requestmapping) - +- [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest) diff --git a/spring-security-mvc-session/README.md b/spring-security-mvc-session/README.md index 840a1e0a3b..0df728688a 100644 --- a/spring-security-mvc-session/README.md +++ b/spring-security-mvc-session/README.md @@ -5,6 +5,7 @@ ### Relevant Articles: - [HttpSessionListener Example – Monitoring](http://www.baeldung.com/httpsessionlistener_with_metrics) +- [Spring Security Session Management](http://www.baeldung.com/spring-security-session) ### Build the Project diff --git a/spring-security-rest-full/README.md b/spring-security-rest-full/README.md index 88cd3422ea..06656d650c 100644 --- a/spring-security-rest-full/README.md +++ b/spring-security-rest-full/README.md @@ -9,6 +9,7 @@ - [HATEOAS for a Spring REST Service](http://www.baeldung.com/2011/11/13/rest-service-discoverability-with-spring-part-5/) - [REST API Discoverability and HATEOAS](http://www.baeldung.com/2011/11/06/restful-web-service-discoverability-part-4/) - [ETags for REST with Spring](http://www.baeldung.com/2013/01/11/etags-for-rest-with-spring/) +- [Error Handling for REST with Spring 3](http://www.baeldung.com/2013/01/31/exception-handling-for-rest-with-spring-3-2/) ### Build the Project