Skip to content

Commit c3e8ba4

Browse files
cody756pivovarit
authored andcommitted
Pull request 17.01 (eugenp#3442)
* 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 * Create 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 8aadc36 commit c3e8ba4

21 files changed

Lines changed: 55 additions & 5 deletions

File tree

apache-poi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22
- [Microsoft Word Processing in Java with Apache POI](http://www.baeldung.com/java-microsoft-word-with-apache-poi)
33
- [Working with Microsoft Excel in Java](http://www.baeldung.com/java-microsoft-excel)
4+
- [Creating a MS PowerPoint Presentation in Java](https://github.com/eugenp/tutorials/tree/master/apache-poi)

core-java-8/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@
3737
- [Iterable to Stream in Java](http://www.baeldung.com/java-iterable-to-stream)
3838
- [Converting String to Stream of chars](http://www.baeldung.com/java-string-to-stream)
3939
- [How to Iterate Over a Stream With Indices](http://www.baeldung.com/java-stream-indices)
40+
- [Efficient Word Frequency Calculator in Java](http://www.baeldung.com/java-word-frequency)
41+
- [Primitive Type Streams in Java 8](http://www.baeldung.com/java-8-primitive-streams)
42+
- [Fail-Safe Iterator vs Fail-Fast Iterator](http://www.baeldung.com/java-fail-safe-vs-fail-fast-iterator)

core-java-concurrency/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
- [Daemon Threads in Java](http://www.baeldung.com/java-daemon-thread)
3434
- [Implementing a Runnable vs Extending a Thread](http://www.baeldung.com/java-runnable-vs-extending-thread)
3535
- [How to Kill a Java Thread](http://www.baeldung.com/java-thread-stop)
36+
- [How to Wait for Threads to Finish in the ExecutorService](http://www.baeldung.com/java-executor-wait-for-threads)

core-java/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,11 @@
118118
- [Implementing a Binary Tree in Java](http://www.baeldung.com/java-binary-tree)
119119
- [A Guide to ThreadLocalRandom in Java](http://www.baeldung.com/java-thread-local-random)
120120
- [RegEx for matching Date Pattern in Java](http://www.baeldung.com/java-date-regular-expressions)
121+
- [Introduction to the JDBC RowSet Interface in Java](http://www.baeldung.com/java-jdbc-rowset)
122+
- [Nested Classes in Java](http://www.baeldung.com/java-nested-classes)
123+
- [A Guide to Java Loops](http://www.baeldung.com/java-loops)
124+
- [Varargs in Java](http://www.baeldung.com/java-varargs)
125+
- [A Guide to HashSet in Java](http://www.baeldung.com/java-hashset)
126+
- [A Guide to Inner Interfaces in Java](http://www.baeldung.com/java-inner-interfaces)
127+
- [Polymorphism in Java](http://www.baeldung.com/java-polymorphism)
128+
- [Recursion In Java](http://www.baeldung.com/java-recursion)

core-kotlin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
- [Delegated Properties in Kotlin](http://www.baeldung.com/kotlin-delegated-properties)
1717
- [Sealed Classes in Kotlin](http://www.baeldung.com/kotlin-sealed-classes)
1818
- [JUnit 5 for Kotlin Developers](http://www.baeldung.com/junit-5-kotlin)
19-
19+
- [Extension Methods in Kotlin](http://www.baeldung.com/kotlin-extension-methods)
2020

dubbo/README.md

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

3-
- [Intro to Dubbo](http://www.baeldung.com/dubbo-intro)
3+
- [Introduction to Dubbo](http://www.baeldung.com/dubbo)
44

flyway/README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Relevant Articles:
22
- [Database Migrations with Flyway](http://www.baeldung.com/database-migrations-with-flyway)
3+
- [A Guide to Flyway Callbacks](http://www.baeldung.com/flyway-callbacks)

gradle/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
## Relevant articles:
22
- [Introduction to Gradle](http://www.baeldung.com/gradle)
3+
- [Writing Custom Gradle Plugins](http://www.baeldung.com/gradle-create-plugin)
4+
- [Creating a Fat Jar in Gradle](http://www.baeldung.com/gradle-fat-jar)

hibernate5/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
- [Hibernate – Mapping Date and Time](http://www.baeldung.com/hibernate-date-time)
66
- [Hibernate Inheritance Mapping](http://www.baeldung.com/hibernate-inheritance)
77
- [A Guide to Multitenancy in Hibernate 5](http://www.baeldung.com/hibernate-5-multitenancy)
8+
- [Introduction to Hibernate Spatial](http://www.baeldung.com/hibernate-spatial)
9+
- [Hibernate Interceptors](http://www.baeldung.com/hibernate-interceptor)

influxdb/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Relevant Article:
44
- [Introduction to using InfluxDB with Java](http://www.baeldung.com/using-influxdb-with-java/)
5+
- [Using InfluxDB with Java](http://www.baeldung.com/java-influxdb)
56

67
### Overview
78
This Maven project contains the Java code for the article linked above.

0 commit comments

Comments
 (0)