diff --git a/apache-cxf/README.md b/apache-cxf/README.md new file mode 100644 index 0000000000..d8f1912070 --- /dev/null +++ b/apache-cxf/README.md @@ -0,0 +1,2 @@ +## Relevant Articles: +- [Introduction to Apache CXF Aegis Data Binding](http://www.baeldung.com/aegis-data-binding-in-apache-cxf) diff --git a/core-java-9/README.md b/core-java-9/README.md index fbe5f908aa..1b44239e40 100644 --- a/core-java-9/README.md +++ b/core-java-9/README.md @@ -3,3 +3,6 @@ ## Core Java 9 Examples [Java 9 New Features](http://www.baeldung.com/new-java-9) + +### Relevant Articles: +- [Java 9 Stream API Improvements](http://www.baeldung.com/java-9-stream-api) diff --git a/core-java/README.md b/core-java/README.md index 36dabbef41..9f9f6e596e 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -41,3 +41,5 @@ - [Introduction to Java Generics](http://www.baeldung.com/java-generics) - [Generate equals() and hashCode() with Eclipse](http://www.baeldung.com/java-eclipse-equals-and-hashcode) - [A Guide To Java Regular Expressions API](http://www.baeldung.com/regular-expressions-java) +- [Sorting in Java](http://www.baeldung.com/java-sorting) +- [Getting Started with Java Properties](http://www.baeldung.com/java-properties) diff --git a/core-java/src/main/java/com/baeldung/README.md b/core-java/src/main/java/com/baeldung/README.md new file mode 100644 index 0000000000..51809b2882 --- /dev/null +++ b/core-java/src/main/java/com/baeldung/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [SHA-256 Hashing in Java](http://www.baeldung.com/sha-256-hashing-java) diff --git a/core-java/src/main/java/com/baeldung/java/networking/README.md b/core-java/src/main/java/com/baeldung/java/networking/README.md index e92122f3bb..b9e827f085 100644 --- a/core-java/src/main/java/com/baeldung/java/networking/README.md +++ b/core-java/src/main/java/com/baeldung/java/networking/README.md @@ -1,2 +1,5 @@ ### Relevant Articles: - [A Guide To UDP In Java](http://www.baeldung.com/udp-in-java) +- [A Guide To HTTP Cookies In Java](http://www.baeldung.com/cookies-java) +- [A Guide to the Java URL](http://www.baeldung.com/java-url) +- [Working with Network Interfaces in Java](http://www.baeldung.com/java-network-interfaces) diff --git a/core-java/src/test/java/com/baeldung/hexToAscii/README.md b/core-java/src/test/java/com/baeldung/hexToAscii/README.md new file mode 100644 index 0000000000..c6d5826333 --- /dev/null +++ b/core-java/src/test/java/com/baeldung/hexToAscii/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Convert Hex to ASCII in Java](http://www.baeldung.com/java-convert-hex-to-ascii) diff --git a/core-java/src/test/java/com/baeldung/java/conversion/README.md b/core-java/src/test/java/com/baeldung/java/conversion/README.md new file mode 100644 index 0000000000..7c81180249 --- /dev/null +++ b/core-java/src/test/java/com/baeldung/java/conversion/README.md @@ -0,0 +1,2 @@ +Relevant Articles: +- [Java String Conversions](http://www.baeldung.com/java-string-conversions) diff --git a/core-java/src/test/java/com/baeldung/java/nio2/README.md b/core-java/src/test/java/com/baeldung/java/nio2/README.md new file mode 100644 index 0000000000..65584f93b8 --- /dev/null +++ b/core-java/src/test/java/com/baeldung/java/nio2/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: +- [Introduction to the Java NIO2 File API](http://www.baeldung.com/java-nio-2-file-api) +- [Java NIO2 Path API](http://www.baeldung.com/java-nio-2-path) diff --git a/junit5/README.md b/junit5/README.md index d4e30cd257..2ca5b08766 100644 --- a/junit5/README.md +++ b/junit5/README.md @@ -1,2 +1,3 @@ ### Relevant Articles: - [The Basics of JUnit 5 – A Preview](http://www.baeldung.com/junit-5-preview) +- [A Guide to JUnit 5](http://www.baeldung.com/junit-5) diff --git a/log-mdc/README.md b/log-mdc/README.md index c271cbc63a..e69507ae4d 100644 --- a/log-mdc/README.md +++ b/log-mdc/README.md @@ -1,5 +1,6 @@ ### Relevant Articles: - TBD +- [Improved Java Logging with Mapped Diagnostic Context (MDC)](http://www.baeldung.com/mdc-in-log4j-2-logback) ### References diff --git a/patterns/README.md b/patterns/README.md index e5d8334a3e..bcd54a64b1 100644 --- a/patterns/README.md +++ b/patterns/README.md @@ -1,2 +1,3 @@ ###Relevant Articles: - [A Guide to the Front Controller Pattern in Java](http://www.baeldung.com/java-front-controller-pattern) +- [Introduction to Intercepting Filter Pattern in Java](http://www.baeldung.com/intercepting-filter-pattern-in-java) diff --git a/pdf/README.md b/pdf/README.md new file mode 100644 index 0000000000..7160df4081 --- /dev/null +++ b/pdf/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [PDF Conversions in Java](http://www.baeldung.com/pdf-conversions-java) diff --git a/spring-apache-camel/README.md b/spring-apache-camel/README.md index 4015760f7d..ab7cf5c575 100644 --- a/spring-apache-camel/README.md +++ b/spring-apache-camel/README.md @@ -8,6 +8,7 @@ This article will demonstrate how to configure and use Apache Camel with Spring

Framework Versions:

diff --git a/spring-cloud/README.md b/spring-cloud/README.md index 60acdaeed5..2ffb3a86d0 100644 --- a/spring-cloud/README.md +++ b/spring-cloud/README.md @@ -16,4 +16,5 @@ - [Dockerizing a Spring Boot Application](http://www.baeldung.com/dockerizing-spring-boot-application) - [Introduction to Spring Cloud Rest Client with Netflix Ribbon](http://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon) - +### Relevant Articles: +- [Introduction to Spring Cloud Rest Client with Netflix Ribbon](http://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon) diff --git a/spring-core/README.md b/spring-core/README.md index f05ba9384f..30ba30f889 100644 --- a/spring-core/README.md +++ b/spring-core/README.md @@ -2,4 +2,4 @@ - [Wiring in Spring: @Autowired, @Resource and @Inject](http://www.baeldung.com/spring-annotations-resource-inject-autowire) - [Exploring the Spring BeanFactory API](http://www.baeldung.com/spring-beanfactory) - [How to use the Spring FactoryBean?](http://www.baeldung.com/spring-factorybean) - +- [Constructor Dependency Injection in Spring](http://www.baeldung.com/constructor-injection-in-spring) diff --git a/spring-core/src/test/java/com/baeldung/beanfactory/README.md b/spring-core/src/test/java/com/baeldung/beanfactory/README.md new file mode 100644 index 0000000000..cff20a184b --- /dev/null +++ b/spring-core/src/test/java/com/baeldung/beanfactory/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Guide to the Spring BeanFactory](http://www.baeldung.com/spring-beanfactory) diff --git a/spring-data-solr/README.md b/spring-data-solr/README.md new file mode 100644 index 0000000000..fbce5280e3 --- /dev/null +++ b/spring-data-solr/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Introduction to Spring Data Solr](http://www.baeldung.com/spring-data-solr) diff --git a/spring-rest/README.md b/spring-rest/README.md index 671fa4996b..3331b9c69f 100644 --- a/spring-rest/README.md +++ b/spring-rest/README.md @@ -10,3 +10,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Returning Custom Status Codes from Spring Controllers](http://www.baeldung.com/spring-mvc-controller-custom-http-status-code) - [A Guide to OkHttp](http://www.baeldung.com/guide-to-okhttp) - [Binary Data Formats in a Spring REST API](http://www.baeldung.com/spring-rest-api-with-binary-data-formats) +- [Guide to UriComponentsBuilder in Spring](http://www.baeldung.com/spring-uricomponentsbuilder) +- [Introduction to FindBugs](http://www.baeldung.com/intro-to-findbugs) diff --git a/spring-social-login/README.md b/spring-social-login/README.md new file mode 100644 index 0000000000..f745a90acb --- /dev/null +++ b/spring-social-login/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [A Secondary Facebook Login with Spring Social](http://www.baeldung.com/facebook-authentication-with-spring-security-and-social)