diff --git a/apache-poi/README.md b/apache-poi/README.md new file mode 100644 index 0000000000..cef6810c97 --- /dev/null +++ b/apache-poi/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Microsoft Word Processing in Java with Apache POI](http://www.baeldung.com/java-microsoft-word-with-apache-poi) diff --git a/aspectj/README.md b/aspectj/README.md new file mode 100644 index 0000000000..9793b742fa --- /dev/null +++ b/aspectj/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Intro to AspectJ](http://www.baeldung.com/aspectj) diff --git a/core-java/README.md b/core-java/README.md index 3abe1ba808..16cac81526 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -46,3 +46,10 @@ - [Grep in Java](http://www.baeldung.com/grep-in-java) - [Java - Combine Multiple Collections](http://www.baeldung.com/java-combine-multiple-collections) - [Simulated Annealing for Travelling Salesman Problem](http://www.baeldung.com/java-simulated-annealing-for-traveling-salesman) +- [Slope One Algorithm: Collaborative Filtering Recommendation Systems](http://www.baeldung.com/java-collaborative-filtering-recommendations) +- [Differences Between the Java WatchService API and the Apache Commons IO Monitor Library](http://www.baeldung.com/java-watchservice-vs-apache-commons-io-monitor-library) +- [Pattern Search with Grep in Java](http://www.baeldung.com/grep-in-java) +- [URL Encoding and Decoding in Java](http://www.baeldung.com/java-url-encoding-decoding) +- [Calculate the Size of a File in Java](http://www.baeldung.com/java-file-size) +- [The Basics of Java Generics](http://www.baeldung.com/java-generics) +- [The Traveling Salesman Problem in Java](http://www.baeldung.com/java-simulated-annealing-for-traveling-salesman) diff --git a/core-java/src/test/java/com/baeldung/java/map/README.md b/core-java/src/test/java/com/baeldung/java/map/README.md new file mode 100644 index 0000000000..0bba153763 --- /dev/null +++ b/core-java/src/test/java/com/baeldung/java/map/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [The Java HashMap Under the Hood](http://www.baeldung.com/java-hashmap) 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 index 65584f93b8..569be82d27 100644 --- a/core-java/src/test/java/com/baeldung/java/nio2/README.md +++ b/core-java/src/test/java/com/baeldung/java/nio2/README.md @@ -1,3 +1,11 @@ ### 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) +- [A Guide To NIO2 Asynchronous File Channel](http://www.baeldung.com/java-nio2-async-file-channel) +- [Guide to Selenium with JUnit / TestNG](http://www.baeldung.com/java-selenium-with-junit-and-testng) +- [A Guide to NIO2 Asynchronous Socket Channel](http://www.baeldung.com/java-nio2-async-socket-channel) +- [A Guide To NIO2 FileVisitor](http://www.baeldung.com/java-nio2-file-visitor) +- [A Guide To NIO2 File Attribute APIs](http://www.baeldung.com/java-nio2-file-attribute) +- [How to use the Spring FactoryBean?](http://www.baeldung.com/spring-factorybean) +- [A Guide to WatchService in Java NIO2](http://www.baeldung.com/java-nio2-watchservice) +- [Guide to Java NIO2 Asynchronous Channel APIs](http://www.baeldung.com/java-nio-2-async-channels) diff --git a/core-java/src/test/java/com/baeldung/java8/optional/README.md b/core-java/src/test/java/com/baeldung/java8/optional/README.md new file mode 100644 index 0000000000..129131ae45 --- /dev/null +++ b/core-java/src/test/java/com/baeldung/java8/optional/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Guide To Java 8 Optional](http://www.baeldung.com/java-optional) diff --git a/core-java/src/test/java/org/baeldung/java/collections/README.md b/core-java/src/test/java/org/baeldung/java/collections/README.md new file mode 100644 index 0000000000..50748cbf81 --- /dev/null +++ b/core-java/src/test/java/org/baeldung/java/collections/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Join and Split Arrays and Collections in Java](http://www.baeldung.com/java-join-and-split) diff --git a/image-processing/README.md b/image-processing/README.md new file mode 100644 index 0000000000..48604bdb1f --- /dev/null +++ b/image-processing/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Working with Images in Java](http://www.baeldung.com/java-images) diff --git a/jackson/README.md b/jackson/README.md index f48a7dc8ab..67a03589a8 100644 --- a/jackson/README.md +++ b/jackson/README.md @@ -24,3 +24,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [XML Serialization and Deserialization with Jackson](http://www.baeldung.com/jackson-xml-serialization-and-deserialization) - [More Jackson Annotations](http://www.baeldung.com/jackson-advanced-annotations) - [Inheritance with Jackson](http://www.baeldung.com/jackson-inheritance) +- [Guide to @JsonFormat in Jackson](http://www.baeldung.com/jackson-jsonformat) diff --git a/javaslang/README.md b/javaslang/README.md new file mode 100644 index 0000000000..334ac02f60 --- /dev/null +++ b/javaslang/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Introduction to Javaslang](http://www.baeldung.com/javaslang) diff --git a/jaxb/README.md b/jaxb/README.md new file mode 100644 index 0000000000..4b603fca00 --- /dev/null +++ b/jaxb/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Guide to JAXB](http://www.baeldung.com/jaxb) diff --git a/log-mdc/README.md b/log-mdc/README.md index e69507ae4d..be0b2670c3 100644 --- a/log-mdc/README.md +++ b/log-mdc/README.md @@ -1,6 +1,7 @@ ### Relevant Articles: - TBD - [Improved Java Logging with Mapped Diagnostic Context (MDC)](http://www.baeldung.com/mdc-in-log4j-2-logback) +- [Java Logging with Nested Diagnostic Context (NDC)](http://www.baeldung.com/java-logging-ndc-log4j) ### References diff --git a/spring-apache-camel/README.md b/spring-apache-camel/README.md index ab7cf5c575..e72e18b198 100644 --- a/spring-apache-camel/README.md +++ b/spring-apache-camel/README.md @@ -9,6 +9,7 @@ This article will demonstrate how to configure and use Apache Camel with Spring
  • Apache Camel
  • Enterprise Integration Patterns
  • Introduction To Apache Camel
  • +
  • Integration Patterns With Apache Camel
  • Framework Versions:

    diff --git a/spring-boot/README.MD b/spring-boot/README.MD index 19203d2b8d..05173ef318 100644 --- a/spring-boot/README.MD +++ b/spring-boot/README.MD @@ -6,3 +6,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Intro to Spring Boot Starters](http://www.baeldung.com/spring-boot-starters) - [A Guide to Spring in Eclipse STS](http://www.baeldung.com/eclipse-sts-spring) - [Introduction to WebJars](http://www.baeldung.com/maven-webjars) +- [Create a Fat Jar App with Spring Boot](http://www.baeldung.com/deployable-fat-jar-spring-boot) diff --git a/spring-core/src/test/java/com/baeldung/applicationcontext/README.md b/spring-core/src/test/java/com/baeldung/applicationcontext/README.md new file mode 100644 index 0000000000..211007e0cf --- /dev/null +++ b/spring-core/src/test/java/com/baeldung/applicationcontext/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: +- [Introduction to Java Servlets](http://www.baeldung.com/intro-to-servlets) +- [Intro to the Spring ClassPathXmlApplicationContext](http://www.baeldung.com/spring-classpathxmlapplicationcontext) diff --git a/spring-integration/README.md b/spring-integration/README.md new file mode 100644 index 0000000000..e5b0f601ce --- /dev/null +++ b/spring-integration/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Introduction to Spring Integration](http://www.baeldung.com/spring-integration) diff --git a/spring-jpa/README.md b/spring-jpa/README.md index 30b39e1a4e..313865e3f8 100644 --- a/spring-jpa/README.md +++ b/spring-jpa/README.md @@ -12,6 +12,7 @@ - [Spring JPA – Multiple Databases](http://www.baeldung.com/spring-data-jpa-multiple-databases) - [Hibernate Second-Level Cache](http://www.baeldung.com/hibernate-second-level-cache) - [Spring, Hibernate and a JNDI Datasource](http://www.baeldung.com/spring-persistence-jpa-jndi-datasource) +- [Deleting Objects with Hibernate](http://www.baeldung.com/delete-with-hibernate) ### Eclipse Config After importing the project into Eclipse, you may see the following error: diff --git a/spring-mvc-java/README.md b/spring-mvc-java/README.md index 3da7b42fa3..0f267c5ec9 100644 --- a/spring-mvc-java/README.md +++ b/spring-mvc-java/README.md @@ -17,3 +17,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [File Upload with Spring MVC](http://www.baeldung.com/spring-file-upload) - [Spring MVC Content Negotiation](http://www.baeldung.com/spring-mvc-content-negotiation-json-xml) - [Circular Dependencies in Spring](http://www.baeldung.com/circular-dependencies-in-spring) +- [Introduction to HtmlUnit](http://www.baeldung.com/htmlunit) diff --git a/spring-rest/README.md b/spring-rest/README.md index 3331b9c69f..85f0e13732 100644 --- a/spring-rest/README.md +++ b/spring-rest/README.md @@ -12,3 +12,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [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) +- [A Custom Media Type for a Spring REST API](http://www.baeldung.com/spring-rest-custom-media-type) diff --git a/spring-security-core/README.md b/spring-security-core/README.md index c7e0f645c7..0eb506e865 100644 --- a/spring-security-core/README.md +++ b/spring-security-core/README.md @@ -5,3 +5,6 @@ ``` mvn clean install ``` + +### Relevant Articles: +- [Intro to @PreFilter and @PostFilter in Spring Security](http://www.baeldung.com/spring-security-prefilter-postfilter) diff --git a/spring-security-rest/README.md b/spring-security-rest/README.md index bea417a800..a1dfa32c6d 100644 --- a/spring-security-rest/README.md +++ b/spring-security-rest/README.md @@ -12,3 +12,4 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com - [Setting Up Swagger 2 with a Spring REST API](http://www.baeldung.com/swagger-2-documentation-for-spring-rest-api) - [Custom Error Message Handling for REST API](http://www.baeldung.com/global-error-handler-in-a-spring-rest-api) - [An Intro to Spring HATEOAS](http://www.baeldung.com/spring-hateoas-tutorial) +- [Spring Security Context Propagation with @Async](http://www.baeldung.com/spring-security-async-principal-propagation)