Skip to content

Commit f086ae7

Browse files
cody756pivovarit
authored andcommitted
BAEL-7217 (eugenp#4637)
* Update README.md * Update README.md * Update README.md * Update README.md * Update 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 * Update README.md * Update README.md * Update README.MD * Update README.md
1 parent bebaf6d commit f086ae7

19 files changed

Lines changed: 35 additions & 5 deletions

File tree

algorithms/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
- [Displaying Money Amounts in Words](http://www.baeldung.com/java-money-into-words)
2323
- [A Collaborative Filtering Recommendation System in Java](http://www.baeldung.com/java-collaborative-filtering-recommendations)
2424
- [Find All Pairs of Numbers in an Array That Add Up to a Given Sum](http://www.baeldung.com/java-algorithm-number-pairs-sum)
25+
- [Converting Between Roman and Arabic Numerals in Java](http://www.baeldung.com/java-convert-roman-arabic)
26+
- [Practical Java Examples of the Big O Notation](http://www.baeldung.com/java-algorithm-complexity)
27+
- [Find the Middle Element of a Linked List](http://www.baeldung.com/java-linked-list-middle-element)

antlr/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant Articles:
2+
3+
- [Java with ANTLR](http://www.baeldung.com/java-antlr)

cdi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Relevant Articles:
22
- [CDI Interceptor vs Spring AspectJ](http://www.baeldung.com/cdi-interceptor-vs-spring-aspectj)
3+
- [An Introduction to CDI (Contexts and Dependency Injection) in Java](http://www.baeldung.com/java-ee-cdi)

core-java-8/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@
5454
- [An Introduction to Java.util.Hashtable Class](http://www.baeldung.com/java-hash-table)
5555
- [Method Parameter Reflection in Java](http://www.baeldung.com/java-parameter-reflection)
5656
- [Java 8 Unsigned Arithmetic Support](http://www.baeldung.com/java-unsigned-arithmetic)
57+
- [How to Get the Start and the End of a Day using Java](http://www.baeldung.com/java-day-start-end)
58+
- [Generalized Target-Type Inference in Java](http://www.baeldung.com/java-generalized-target-type-inference)

core-java/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,8 @@
161161
- [Guide to the this Java Keyword](http://www.baeldung.com/java-this)
162162
- [Jagged Arrays In Java](http://www.baeldung.com/java-jagged-arrays)
163163
- [Importance of Main Manifest Attribute in a Self-Executing JAR](http://www.baeldung.com/java-jar-executable-manifest-main-class)
164+
- [Extracting Year, Month and Day from Date in Java](http://www.baeldung.com/java-year-month-day)
165+
- [Get Date Without Time in Java](http://www.baeldung.com/java-date-without-time)
166+
- [Convert a String to Title Case](http://www.baeldung.com/java-string-title-case)
167+
- [How to Get the File Extension of a File in Java](http://www.baeldung.com/java-file-extension)
168+
- [Immutable Objects in Java](http://www.baeldung.com/java-immutable-object)

core-kotlin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@
3030
- [Lambda Expressions in Kotlin](http://www.baeldung.com/kotlin-lambda-expressions)
3131
- [Writing Specifications with Kotlin and Spek](http://www.baeldung.com/kotlin-spek)
3232
- [Processing JSON with Kotlin and Klaxson](http://www.baeldung.com/kotlin-json-klaxson)
33+
- [Kotlin String Templates](http://www.baeldung.com/kotlin-string-template)
34+
- [Java EE 8 Security API](http://www.baeldung.com/java-ee-8-security)

deltaspike/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
## Relevant articles:
2+
3+
- [A Guide to DeltaSpike Data Module](http://www.baeldung.com/deltaspike-data-module)

hibernate5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)
1313
- [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking)
1414
- [Bootstrapping JPA Programmatically in Java](http://www.baeldung.com/java-bootstrap-jpa)
15-
15+
- [Optimistic Locking in JPA](http://www.baeldung.com/jpa-optimistic-locking)

javax-servlets/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- [Uploading Files with Servlets and JSP](http://www.baeldung.com/upload-file-servlet)
66
- [Example of Downloading File in a Servlet](http://www.baeldung.com/servlet-download-file)
77
- [Returning a JSON Response from a Servlet](http://www.baeldung.com/servlet-json-response)
8+
- [Java EE Servlet Exception Handling](http://www.baeldung.com/servlet-exceptions)

json-path/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Relevant articles:
22

33
- [Introduction to JsonPath](http://www.baeldung.com/guide-to-jayway-jsonpath)
4+
- [Count with JsonPath](http://www.baeldung.com/jsonpath-count)

0 commit comments

Comments
 (0)