Skip to content

Commit 50f5cba

Browse files
cody756pivovarit
authored andcommitted
BAEL-6634 (eugenp#4376)
* Update README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Create README.md * Create README.md * Create README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
1 parent 7206e64 commit 50f5cba

File tree

30 files changed

+77
-3
lines changed

30 files changed

+77
-3
lines changed

azure/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22

3-
- [Deploy Spring Boot App to Azure]()
3+
- [Deploy Spring Boot App to Azure](http://www.baeldung.com/spring-boot-azure)
4+

core-java-10/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
### Relevant Articles:
3+
4+
- [Java 10 LocalVariable Type-Inference](http://www.baeldung.com/java-10-local-variable-type-inference)
5+
- [Guide to Java 10](http://www.baeldung.com/java-10-overview)

core-java-8/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@
5050
- [Filtering Kotlin Collections](http://www.baeldung.com/kotlin-filter-collection)
5151
- [How to Find an Element in a List with Java](http://www.baeldung.com/find-list-element-java)
5252
- [Measure Elapsed Time in Java](http://www.baeldung.com/java-measure-elapsed-time)
53+
- [Java Optional – orElse() vs orElseGet()](http://www.baeldung.com/java-optional-or-else-vs-or-else-get)
54+
- [An Introduction to Java.util.Hashtable Class](http://www.baeldung.com/java-hash-table)
5355

core-java-9/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@
2424
- [Method Handles in Java](http://www.baeldung.com/java-method-handles)
2525
- [Introduction to Chronicle Queue](http://www.baeldung.com/java-chronicle-queue)
2626
- [A Guide to Java 9 Modularity](http://www.baeldung.com/java-9-modularity)
27+
- [Optional orElse Optional](http://www.baeldung.com/java-optional-or-else-optional)

core-java-collections/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
- [Java TreeMap vs HashMap](http://www.baeldung.com/java-treemap-vs-hashmap)
3030
- [How to TDD a List Implementation in Java](http://www.baeldung.com/java-test-driven-list)
3131
- [How to Store Duplicate Keys in a Map in Java?](http://www.baeldung.com/java-map-duplicate-keys)
32+
- [Getting the Size of an Iterable in Java](http://www.baeldung.com/java-iterable-size)

core-java-io/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
- [A Guide to WatchService in Java NIO2](http://www.baeldung.com/java-nio2-watchservice)
2828
- [Guide to Java NIO2 Asynchronous Channel APIs](http://www.baeldung.com/java-nio-2-async-channels)
2929
- [A Guide to NIO2 Asynchronous Socket Channel](http://www.baeldung.com/java-nio2-async-socket-channel)
30+
- [Download a File From an URL in Java](http://www.baeldung.com/java-download-file)

core-java/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,13 @@
141141
- [Java KeyStore API](http://www.baeldung.com/java-keystore)
142142
- [Double-Checked Locking with Singleton](http://www.baeldung.com/java-singleton-double-checked-locking)
143143
- [Guide to Java Clock Class](http://www.baeldung.com/java-clock)
144+
- [Using Java Assertions](http://www.baeldung.com/java-assert)
145+
- [Pass-By-Value as a Parameter Passing Mechanism in Java](http://www.baeldung.com/java-pass-by-value-or-pass-by-reference)
146+
- [Check If a String Is Numeric in Java](http://www.baeldung.com/java-check-string-number)
147+
- [Variable and Method Hiding in Java](http://www.baeldung.com/java-variable-method-hiding)
148+
- [Access Modifiers in Java](http://www.baeldung.com/java-access-modifiers)
149+
- [NaN in Java](http://www.baeldung.com/java-not-a-number)
150+
- [Infinite Loops in Java](http://www.baeldung.com/infinite-loops-java)
151+
- [Why Use char[] Array Over a String for Storing Passwords in Java?](http://www.baeldung.com/java-storing-passwords)
152+
153+

core-kotlin/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727
- [Guide to Kotlin @JvmField](http://www.baeldung.com/kotlin-jvm-field-annotation)
2828
- [Filtering Kotlin Collections](http://www.baeldung.com/kotlin-filter-collection)
2929
- [Writing to a File in Kotlin](http://www.baeldung.com/kotlin-write-file)
30+
- [Lambda Expressions in Kotlin](http://www.baeldung.com/kotlin-lambda-expressions)
31+
- [Writing Specifications with Kotlin and Spek](http://www.baeldung.com/kotlin-spek)

dagger/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
### Relevant articles
1+
### Relevant articles:
2+
3+
- [Introduction to Dagger 2](http://www.baeldung.com/dagger-2)

hibernate5/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
- [JPA Attribute Converters](http://www.baeldung.com/jpa-attribute-converters)
1111
- [Mapping LOB Data in Hibernate](http://www.baeldung.com/hibernate-lob)
1212
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)
13+
- [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking)
14+

java-spi/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
### Relevant Articles:
3+
4+
- [Java Service Provider Interface](http://www.baeldung.com/java-spi)

java-vavr-stream/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
### Relevant Articles:
3+
4+
- [Java Streams vs Vavr Streams](http://www.baeldung.com/vavr-java-streams)
5+

javax-servlets/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- [Introduction to Java Servlets](http://www.baeldung.com/intro-to-servlets)
33
- [An MVC Example with Servlets and JSP](http://www.baeldung.com/mvc-servlet-jsp)
44
- [Handling Cookies and a Session in a Java Servlet](http://www.baeldung.com/java-servlet-cookies-session)
5+
- [Uploading Files with Servlets and JSP](http://www.baeldung.com/upload-file-servlet)

jni/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
### Relevant Articles:
3+
4+
- [Guide to JNI (Java Native Interface)](http://www.baeldung.com/jni)

libraries/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
- [Java Concurrency Utility with JCTools](http://www.baeldung.com/java-concurrency-jc-tools)
8080
- [Apache Commons Collections MapUtils](http://www.baeldung.com/apache-commons-map-utils)
8181
- [Testing Netty with EmbeddedChannel](http://www.baeldung.com/testing-netty-embedded-channel)
82+
- [Creating REST Microservices with Javalin](http://www.baeldung.com/javalin-rest-microservices)
83+
8284

8385

8486
The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.

logging-modules/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
- [Creating a Custom Logback Appender](http://www.baeldung.com/custom-logback-appender)
77
- [Get Log Output in JSON Format](http://www.baeldung.com/java-log-json-output)
8-
- [A Guide To Logback](http://www.baeldung.com/a-guide-to-logback)
8+
- [A Guide To Logback](http://www.baeldung.com/logback)

logging-modules/log4j2/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
- [Intro to Log4j2 – Appenders, Layouts and Filters](http://www.baeldung.com/log4j2-appenders-layouts-filters)
44
- [Log4j 2 and Lambda Expressions](http://www.baeldung.com/log4j-2-lazy-logging)
5+
- [Programmatic Configuration with Log4j 2](http://www.baeldung.com/log4j2-programmatic-config)

persistence-modules/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
- [Introduction to Lettuce – the Java Redis Client](http://www.baeldung.com/java-redis-lettuce)
1010
- [A Simple Tagging Implementation with JPA](http://www.baeldung.com/jpa-tagging)
1111
- [A Guide to Jdbi](http://www.baeldung.com/jdbi)
12+
- [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking)

spring-boot-ctx-fluent/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
### Relevant Articles:
3+
4+
- [Context Hierarchy with the Spring Boot Fluent Builder API](http://www.baeldung.com/spring-boot-context-hierarchy)

spring-boot-jasypt/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
### Relevant Articles:
3+
4+
- [Spring Boot Configuration with Jasypt](http://www.baeldung.com/spring-boot-jasypt)

spring-boot-ops/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
### Relevant Articles:
3+
4+
- [Deploy a Spring Boot WAR into a Tomcat Server](http://www.baeldung.com/spring-boot-war-tomcat-deploy)

spring-boot/README.MD

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
3131
- [A Quick Intro to the SpringBootServletInitializer](http://www.baeldung.com/spring-boot-servlet-initializer)
3232
- [How to Define a Spring Boot Filter?](http://www.baeldung.com/spring-boot-add-filter)
3333
- [How to Change the Default Port in Spring Boot](http://www.baeldung.com/spring-boot-change-port)
34+
- [Spring Boot Exit Codes](http://www.baeldung.com/spring-boot-exit-codes)

spring-ejb/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles
22

33
- [Integration Guide for Spring and EJB](http://www.baeldung.com/spring-ejb)
4+
- [Singleton Session Bean in Java EE](http://www.baeldung.com/java-ee-singleton-session-bean)

spring-rest-simple/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
- [Spring RequestMapping](http://www.baeldung.com/spring-requestmapping)
77
- [ETags for REST with Spring](http://www.baeldung.com/etags-for-rest-with-spring)
88
- [Spring and Apache FileUpload](http://www.baeldung.com/spring-apache-file-upload)
9+
- [Spring RestTemplate Error Handling](http://www.baeldung.com/spring-rest-template-error-handling)
10+

spring-rest/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1919
- [RequestBody and ResponseBody Annotations](http://www.baeldung.com/requestbody-and-responsebody-annotations)
2020
- [Introduction to CheckStyle](http://www.baeldung.com/checkstyle-java)
2121
- [How to Change the Default Port in Spring Boot](http://www.baeldung.com/spring-boot-change-port)
22+
- [Guide to DeferredResult in Spring](http://www.baeldung.com/spring-deferred-result)
23+
- [Spring Custom Property Editor](http://www.baeldung.com/spring-mvc-custom-property-editor)
24+
- [Using the Spring RestTemplate Interceptor](http://www.baeldung.com/spring-rest-template-interceptor)
25+

spring-thymeleaf/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [Working with Fragments in Thymeleaf](http://www.baeldung.com/spring-thymeleaf-fragments)
1515
- [Conditionals in Thymeleaf](http://www.baeldung.com/spring-thymeleaf-conditionals)
1616
- [Iteration in Thymeleaf](http://www.baeldung.com/thymeleaf-iteration)
17+
- [Working With Arrays in Thymeleaf](http://www.baeldung.com/thymeleaf-arrays)
1718

1819
### Build the Project
1920

testing-modules/mockito/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
- [Hamcrest Text Matchers](http://www.baeldung.com/hamcrest-text-matchers)
1818
- [Hamcrest File Matchers](http://www.baeldung.com/hamcrest-file-matchers)
1919
- [Hamcrest Custom Matchers](http://www.baeldung.com/hamcrest-custom-matchers)
20+
- [Hamcrest Common Core Matchers](http://www.baeldung.com/hamcrest-core-matchers)

twilio/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
### Relevant Articles:
4+
5+
- [Sending SMS in Java with Twilio](http://www.baeldung.com/java-sms-twilio)

vavr/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
- [Introduction to Future in Vavr](http://www.baeldung.com/vavr-future)
1212
- [Introduction to VRaptor in Java](http://www.baeldung.com/vraptor)
1313
- [Introduction to Vavr’s Either](http://www.baeldung.com/vavr-either)
14+
- [Interoperability Between Java and Vavr](http://www.baeldung.com/java-vavr)

xml/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- [Intro to XPath with Java](http://www.baeldung.com/java-xpath)
33
- [Introduction to JiBX](http://www.baeldung.com/jibx)
44
- [XML Libraries Support in Java](http://www.baeldung.com/java-xml-libraries)
5+
- [DOM parsing with Xerces](http://www.baeldung.com/java-xerces-dom-parsing)

0 commit comments

Comments
 (0)