Skip to content

Commit

Permalink
Created README.md and added relevant articles (eugenp#742)
Browse files Browse the repository at this point in the history
* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles
  • Loading branch information
Naoshadul Islam authored and pivovarit committed Oct 16, 2016
1 parent 1bc0590 commit 298c5e3
Show file tree
Hide file tree
Showing 47 changed files with 103 additions and 7 deletions.
3 changes: 2 additions & 1 deletion annotations/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

### Relevant Articles:
- [Java Annotation Processing and Creating a Builder](http://www.baeldung.com/java-annotation-processing-builder)
2 changes: 2 additions & 0 deletions apache-cxf/cxf-introduction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Introduction to Apache CXF](http://www.baeldung.com/introduction-to-apache-cxf)
3 changes: 3 additions & 0 deletions assertj/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Relevant Articles:
- [AssertJ’s Java 8 Features](http://www.baeldung.com/assertJ-java-8-features)
- [AssertJ for Guava](http://www.baeldung.com/assertJ-for-guava)
2 changes: 2 additions & 0 deletions autovalue-tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Introduction to AutoValue](http://www.baeldung.com/introduction-to-autovalue)
2 changes: 2 additions & 0 deletions cdi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [CDI Interceptor vs Spring AspectJ](http://www.baeldung.com/cdi-interceptor-vs-spring-aspectj)
2 changes: 2 additions & 0 deletions core-java-8/src/main/java/com/baeldung/datetime/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Introduction to the Java 8 Date/Time API](http://www.baeldung.com/java-8-date-time-intro)
2 changes: 2 additions & 0 deletions core-java-8/src/main/java/com/baeldung/enums/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [A Guide to Java Enums](http://www.baeldung.com/a-guide-to-java-enums)
3 changes: 2 additions & 1 deletion core-java-9/src/test/java/com/baeldung/java9/README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

### Relevant Artiles:
- [Filtering a Stream of Optionals in Java](http://www.baeldung.com/java-filter-stream-of-optional)
2 changes: 2 additions & 0 deletions core-java/src/test/java/org/baeldung/java/lists/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Check If Two Lists are Equal in Java](http://www.baeldung.com/java-test-a-list-for-ordinality-and-equality)
2 changes: 2 additions & 0 deletions dependency-injection/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Wiring in Spring: @Autowired, @Resource and @Inject](http://www.baeldung.com/spring-annotations-resource-inject-autowire)
2 changes: 2 additions & 0 deletions dozer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [A Guide to Mapping With Dozer](http://www.baeldung.com/dozer)
3 changes: 2 additions & 1 deletion flyway-migration/README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

### Relevant Articles:
- [Database Migrations with Flyway](http://www.baeldung.com/database-migrations-with-flyway)
2 changes: 2 additions & 0 deletions gatling/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Intro to Gatling](http://www.baeldung.com/introduction-to-gatling)
2 changes: 2 additions & 0 deletions guava/src/test/java/org/baeldung/hamcrest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Testing with Hamcrest](http://www.baeldung.com/java-junit-hamcrest-guide)
3 changes: 3 additions & 0 deletions handling-spring-static-resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Relevant Articles:
- [Cachable Static Assets with Spring MVC](http://www.baeldung.com/cachable-static-assets-with-spring-mvc)
- [Minification of JS and CSS Assets with Maven](http://www.baeldung.com/maven-minification-of-js-and-css-assets)
3 changes: 3 additions & 0 deletions hystrix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Relevant Articles:
- [Hystrix Integration with Existing Spring Application](http://www.baeldung.com/hystrix-integration-with-spring-aop)
- [Introduction to Hystrix](http://www.baeldung.com/introduction-to-hystrix)
2 changes: 2 additions & 0 deletions immutables/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Introduction to Immutables](http://www.baeldung.com/immutables)
2 changes: 2 additions & 0 deletions jee7schedule/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Scheduling in Java EE](http://www.baeldung.com/scheduling-in-java-enterprise-edition)
3 changes: 3 additions & 0 deletions jooq-spring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Relevant Articles:
- [Spring Boot Support for jOOQ](http://www.baeldung.com/spring-boot-support-for-jooq)
- [Introduction to jOOQ with Spring](http://www.baeldung.com/jooq-with-spring)
2 changes: 2 additions & 0 deletions jpa-storedprocedure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [A Guide to Stored Procedures with JPA](http://www.baeldung.com/jpa-stored-procedures)
4 changes: 4 additions & 0 deletions jsf/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Relevant Articles:
- [Introduction to JSF Expression Language 3.0](http://www.baeldung.com/jsf-expression-language-el-3)
- [Introduction to JSF EL 2](http://www.baeldung.com/intro-to-jsf-expression-language)
- [JavaServer Faces (JSF) with Spring](http://www.baeldung.com/spring-jsf)
2 changes: 2 additions & 0 deletions junit5/REDAME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [The Basics of JUnit 5 – A Preview](http://www.baeldung.com/junit-5-preview)
2 changes: 2 additions & 0 deletions log4j/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Introduction to Java Logging](http://www.baeldung.com/java-logging-intro)
2 changes: 2 additions & 0 deletions lombok/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Relevant Articles:
- [Introduction to Project Lombok](http://www.baeldung.com/intro-to-project-lombok)
2 changes: 2 additions & 0 deletions orika/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Mapping with Orika](http://www.baeldung.com/orika-mapping)
2 changes: 2 additions & 0 deletions querydsl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Intro to Querydsl](http://www.baeldung.com/intro-to-querydsl)
2 changes: 2 additions & 0 deletions raml/resource-types-and-traits/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Eliminate Redundancies in RAML with Resource Types and Traits](http://www.baeldung.com/simple-raml-with-resource-types-and-traits)
2 changes: 2 additions & 0 deletions sockets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [A Guide to Java Sockets](http://www.baeldung.com/a-guide-to-java-sockets)
2 changes: 2 additions & 0 deletions spring-akka/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Introduction to Spring with Akka](http://www.baeldung.com/akka-with-spring)
2 changes: 2 additions & 0 deletions spring-autowire/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Guide to Spring @Autowired](http://www.baeldung.com/spring-autowire)
2 changes: 2 additions & 0 deletions spring-boot/src/main/java/com/baeldung/git/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Injecting Git Information Into Spring](http://www.baeldung.com/spring-git-information)
4 changes: 3 additions & 1 deletion spring-cloud-data-flow/README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

### Relevant Articles:
- [Batch Processing with Spring Cloud Data Flow](http://www.baeldung.com/spring-cloud-data-flow-batch-processing)
- [Getting Started with Stream Processing with Spring Cloud Data Flow](http://www.baeldung.com/spring-cloud-data-flow-stream-processing)
3 changes: 2 additions & 1 deletion spring-cloud/spring-cloud-bootstrap/README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

### Relevant Articles:
- [Spring Cloud – Bootstrapping](http://www.baeldung.com/spring-cloud-bootstrapping)
2 changes: 2 additions & 0 deletions spring-cloud/spring-cloud-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Dockerizing a Spring Boot Application](http://www.baeldung.com/dockerizing-spring-boot-application)
2 changes: 2 additions & 0 deletions spring-cloud/spring-cloud-eureka/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Introduction to Spring Cloud Netflix – Eureka](http://www.baeldung.com/spring-cloud-netflix-eureka)
3 changes: 2 additions & 1 deletion spring-cloud/spring-cloud-hystrix/README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

### Relevant Articles:
- [A Guide to Spring Cloud Netflix – Hystrix](http://www.baeldung.com/spring-cloud-netflix-hystrix)
2 changes: 2 additions & 0 deletions spring-cucumber/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Cucumber Spring Integration](http://www.baeldung.com/cucumber-spring-integration)
2 changes: 2 additions & 0 deletions spring-mvc-java/src/main/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Circular Dependencies in Spring](http://www.baeldung.com/circular-dependencies-in-spring)
2 changes: 2 additions & 0 deletions spring-mvc-java/src/test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Circular Dependencies in Spring](http://www.baeldung.com/circular-dependencies-in-spring)
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [WebAppConfiguration in Spring Tests](http://www.baeldung.com/spring-webappconfiguration)
2 changes: 2 additions & 0 deletions spring-mvc-velocity/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Quick Guide to Spring MVC with Velocity](http://www.baeldung.com/spring-mvc-with-velocity)
3 changes: 2 additions & 1 deletion spring-mvc-web-vs-initializer/README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

### Relevant Articles:
- [web.xml vs Initializer with Spring](http://www.baeldung.com/spring-xml-vs-java-config)
2 changes: 2 additions & 0 deletions spring-protobuf/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Spring REST API with Protocol Buffers](http://www.baeldung.com/spring-rest-api-with-protocol-buffers)
2 changes: 2 additions & 0 deletions spring-security-x509/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Relevant Articles:
- [X.509 Authentication in Spring Security](http://www.baeldung.com/x-509-authentication-in-spring-security)
2 changes: 2 additions & 0 deletions spring-spel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Spring Expression Language Guide](http://www.baeldung.com/spring-expression-language)
2 changes: 2 additions & 0 deletions xml/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles:
- [Intro to XPath with Java](http://www.baeldung.com/java-xpath)
4 changes: 4 additions & 0 deletions xstream/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Relevant Articles:
- [XStream User Guide: JSON](http://www.baeldung.com/xstream-json-processing)
- [XStream User Guide: Converting XML to Objects](http://www.baeldung.com/xstream-deserialize-xml-to-object)
- [XStream User Guide: Converting Objects to XML](http://www.baeldung.com/xstream-serialize-object-to-xml)

0 comments on commit 298c5e3

Please sign in to comment.