Skip to content

Commit f00a66a

Browse files
cody756pivovarit
authored andcommitted
03.05.2018 (eugenp#4161)
* 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 * 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 5cd277c commit f00a66a

File tree

19 files changed

+48
-5
lines changed

19 files changed

+48
-5
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ CI - Jenkins
3434
================================
3535
This tutorials project is being built **[>> HERE](https://rest-security.ci.cloudbees.com/job/tutorials-unit/)**
3636

37+
### Relevant Articles:
38+
================================
39+
40+
- [Apache Maven Standard Directory Layout](http://www.baeldung.com/maven-directory-structure)
41+
- [Apache Maven Tutorial](http://www.baeldung.com/maven)

algorithms/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
- [A Maze Solver in Java](http://www.baeldung.com/java-solve-maze)
2121
- [Create a Sudoku Solver in Java](http://www.baeldung.com/java-sudoku)
2222
- [Displaying Money Amounts in Words](http://www.baeldung.com/java-money-into-words)
23-
- [A Collaborative Filtering Recommendation System in Java](http://www.baeldung.com/java-collaborative-filtering-recommendations)
23+
- [A Collaborative Filtering Recommendation System in Java](http://www.baeldung.com/java-collaborative-filtering-recommendations)
24+
- [Find All Pairs of Numbers in an Array That Add Up to a Given Sum](http://www.baeldung.com/java-algorithm-number-pairs-sum)

asciidoctor/README.md

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

33
- [Introduction to Asciidoctor](http://www.baeldung.com/introduction-to-asciidoctor)
44
- [Generating a Book with Asciidoctor](http://www.baeldung.com/asciidoctor-book)
5+
- [Introduction to Asciidoctor in Java](http://www.baeldung.com/asciidoctor)

aws/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
- [Multipart Uploads in Amazon S3 with Java](http://www.baeldung.com/aws-s3-multipart-upload)
99
- [Integration Testing with a Local DynamoDB Instance](http://www.baeldung.com/dynamodb-local-integration-tests)
1010
- [Using the JetS3t Java Client With Amazon S3](http://www.baeldung.com/jets3t-amazon-s3)
11+
- [Iteration in Thymeleaf](http://www.baeldung.com/thymeleaf-iteration)
12+
- [Working with Boolean in Thymeleaf](http://www.baeldung.com/thymeleaf-boolean)
1113

core-java-8/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@
4747
- [Overview of Java Built-in Annotations](http://www.baeldung.com/java-default-annotations)
4848
- [Finding Min/Max in an Array with Java](http://www.baeldung.com/java-array-min-max)
4949
- [Internationalization and Localization in Java 8](http://www.baeldung.com/java-8-localization)
50+
- [Filtering Kotlin Collections](http://www.baeldung.com/kotlin-filter-collection)
51+
- [How to Find an Element in a List with Java](http://www.baeldung.com/find-list-element-java)
52+
- [Measure Elapsed Time in Java](http://www.baeldung.com/java-measure-elapsed-time)
53+

core-java/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,9 @@
140140
- [Type Erasure in Java Explained](http://www.baeldung.com/java-type-erasure)
141141
- [BigDecimal and BigInteger in Java](http://www.baeldung.com/java-bigdecimal-biginteger)
142142
- [Display All Time Zones With GMT And UTC in Java](http://www.baeldung.com/java-time-zones)
143+
- [Join and Split Arrays and Collections in Java](http://www.baeldung.com/java-join-and-split)
144+
- [Check If Two Lists are Equal in Java](http://www.baeldung.com/java-test-a-list-for-ordinality-and-equality)
145+
- [Sending Emails with Java](http://www.baeldung.com/java-email)
146+
- [Introduction to SSL in Java](http://www.baeldung.com/java-ssl)
147+
- [Java KeyStore API](http://www.baeldung.com/java-keystore)
148+
- [Double-Checked Locking with Singleton](http://www.baeldung.com/java-singleton-double-checked-locking)

hibernate5/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
- [Hibernate Interceptors](http://www.baeldung.com/hibernate-interceptor)
1010
- [JPA Attribute Converters](http://www.baeldung.com/jpa-attribute-converters)
1111
- [Mapping LOB Data in Hibernate](http://www.baeldung.com/hibernate-lob)
12+
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)

jsf/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- [Introduction to JSF Expression Language 3.0](http://www.baeldung.com/jsf-expression-language-el-3)
33
- [Introduction to JSF EL 2](http://www.baeldung.com/intro-to-jsf-expression-language)
44
- [JavaServer Faces (JSF) with Spring](http://www.baeldung.com/spring-jsf)
5+
- [Introduction to Primefaces](http://www.baeldung.com/jsf-primefaces)

libraries/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
- [Publish and Receive Messages with Nats Java Client](http://www.baeldung.com/nats-java-client)
8383
- [Java Concurrency Utility with JCTools](http://www.baeldung.com/java-concurrency-jc-tools)
8484
- [Apache Commons Collections MapUtils](http://www.baeldung.com/apache-commons-map-utils)
85+
- [Testing Netty with EmbeddedChannel](http://www.baeldung.com/testing-netty-embedded-channel)
86+
8587

8688
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.
8789

persistence-modules/spring-jpa/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [A Guide to Hibernate with Spring 4](http://www.baeldung.com/the-persistence-layer-with-spring-and-jpa)
2121
- [Testing REST with multiple MIME types](http://www.baeldung.com/testing-rest-api-with-multiple-media-types)
2222
- [Obtaining Auto-generated Keys in Spring JDBC](http://www.baeldung.com/spring-jdbc-autogenerated-keys)
23+
- [Transactions with Spring 4 and JPA](http://www.baeldung.com/transaction-configuration-with-jpa-and-spring)
2324

2425
### Eclipse Config
2526
After importing the project into Eclipse, you may see the following error:

0 commit comments

Comments
 (0)