Commit 50f5cba 1 parent 7206e64 commit 50f5cba Copy full SHA for 50f5cba
File tree 30 files changed +77
-3
lines changed
30 files changed +77
-3
lines changed Original file line number Diff line number Diff line change 1
1
### Relevant Articles:
2
2
3
- - [ Deploy Spring Boot App to Azure] ( )
3
+ - [ Deploy Spring Boot App to Azure] ( http://www.baeldung.com/spring-boot-azure )
4
+
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change 50
50
- [ Filtering Kotlin Collections] ( http://www.baeldung.com/kotlin-filter-collection )
51
51
- [ How to Find an Element in a List with Java] ( http://www.baeldung.com/find-list-element-java )
52
52
- [ 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 )
53
55
Original file line number Diff line number Diff line change 24
24
- [ Method Handles in Java] ( http://www.baeldung.com/java-method-handles )
25
25
- [ Introduction to Chronicle Queue] ( http://www.baeldung.com/java-chronicle-queue )
26
26
- [ 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 )
Original file line number Diff line number Diff line change 29
29
- [ Java TreeMap vs HashMap] ( http://www.baeldung.com/java-treemap-vs-hashmap )
30
30
- [ How to TDD a List Implementation in Java] ( http://www.baeldung.com/java-test-driven-list )
31
31
- [ 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 )
Original file line number Diff line number Diff line change 27
27
- [ A Guide to WatchService in Java NIO2] ( http://www.baeldung.com/java-nio2-watchservice )
28
28
- [ Guide to Java NIO2 Asynchronous Channel APIs] ( http://www.baeldung.com/java-nio-2-async-channels )
29
29
- [ 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 )
Original file line number Diff line number Diff line change 141
141
- [ Java KeyStore API] ( http://www.baeldung.com/java-keystore )
142
142
- [ Double-Checked Locking with Singleton] ( http://www.baeldung.com/java-singleton-double-checked-locking )
143
143
- [ 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
+
Original file line number Diff line number Diff line change 27
27
- [ Guide to Kotlin @JvmField ] ( http://www.baeldung.com/kotlin-jvm-field-annotation )
28
28
- [ Filtering Kotlin Collections] ( http://www.baeldung.com/kotlin-filter-collection )
29
29
- [ 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 )
Original file line number Diff line number Diff line change 1
- ### Relevant articles
1
+ ### Relevant articles:
2
+
3
+ - [ Introduction to Dagger 2] ( http://www.baeldung.com/dagger-2 )
Original file line number Diff line number Diff line change 10
10
- [ JPA Attribute Converters] ( http://www.baeldung.com/jpa-attribute-converters )
11
11
- [ Mapping LOB Data in Hibernate] ( http://www.baeldung.com/hibernate-lob )
12
12
- [ @Immutable in Hibernate] ( http://www.baeldung.com/hibernate-immutable )
13
+ - [ Pessimistic Locking in JPA] ( http://www.baeldung.com/jpa-pessimistic-locking )
14
+
Original file line number Diff line number Diff line change
1
+
2
+ ### Relevant Articles:
3
+
4
+ - [ Java Service Provider Interface] ( http://www.baeldung.com/java-spi )
Original file line number Diff line number Diff line change
1
+
2
+ ### Relevant Articles:
3
+
4
+ - [ Java Streams vs Vavr Streams] ( http://www.baeldung.com/vavr-java-streams )
5
+
Original file line number Diff line number Diff line change 2
2
- [ Introduction to Java Servlets] ( http://www.baeldung.com/intro-to-servlets )
3
3
- [ An MVC Example with Servlets and JSP] ( http://www.baeldung.com/mvc-servlet-jsp )
4
4
- [ 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 )
Original file line number Diff line number Diff line change
1
+
2
+ ### Relevant Articles:
3
+
4
+ - [ Guide to JNI (Java Native Interface)] ( http://www.baeldung.com/jni )
Original file line number Diff line number Diff line change 79
79
- [ Java Concurrency Utility with JCTools] ( http://www.baeldung.com/java-concurrency-jc-tools )
80
80
- [ Apache Commons Collections MapUtils] ( http://www.baeldung.com/apache-commons-map-utils )
81
81
- [ 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
+
82
84
83
85
84
86
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.
Original file line number Diff line number Diff line change 5
5
6
6
- [ Creating a Custom Logback Appender] ( http://www.baeldung.com/custom-logback-appender )
7
7
- [ 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 )
Original file line number Diff line number Diff line change 2
2
3
3
- [ Intro to Log4j2 – Appenders, Layouts and Filters] ( http://www.baeldung.com/log4j2-appenders-layouts-filters )
4
4
- [ 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 )
Original file line number Diff line number Diff line change 9
9
- [ Introduction to Lettuce – the Java Redis Client] ( http://www.baeldung.com/java-redis-lettuce )
10
10
- [ A Simple Tagging Implementation with JPA] ( http://www.baeldung.com/jpa-tagging )
11
11
- [ A Guide to Jdbi] ( http://www.baeldung.com/jdbi )
12
+ - [ Pessimistic Locking in JPA] ( http://www.baeldung.com/jpa-pessimistic-locking )
Original file line number Diff line number Diff line change
1
+
2
+ ### Relevant Articles:
3
+
4
+ - [ Context Hierarchy with the Spring Boot Fluent Builder API] ( http://www.baeldung.com/spring-boot-context-hierarchy )
Original file line number Diff line number Diff line change
1
+
2
+ ### Relevant Articles:
3
+
4
+ - [ Spring Boot Configuration with Jasypt] ( http://www.baeldung.com/spring-boot-jasypt )
Original file line number Diff line number Diff line change
1
+
2
+ ### Relevant Articles:
3
+
4
+ - [ Deploy a Spring Boot WAR into a Tomcat Server] ( http://www.baeldung.com/spring-boot-war-tomcat-deploy )
Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
31
31
- [ A Quick Intro to the SpringBootServletInitializer] ( http://www.baeldung.com/spring-boot-servlet-initializer )
32
32
- [ How to Define a Spring Boot Filter?] ( http://www.baeldung.com/spring-boot-add-filter )
33
33
- [ 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 )
Original file line number Diff line number Diff line change 1
1
### Relevant Articles
2
2
3
3
- [ 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 )
Original file line number Diff line number Diff line change 6
6
- [ Spring RequestMapping] ( http://www.baeldung.com/spring-requestmapping )
7
7
- [ ETags for REST with Spring] ( http://www.baeldung.com/etags-for-rest-with-spring )
8
8
- [ 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
+
Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
19
19
- [ RequestBody and ResponseBody Annotations] ( http://www.baeldung.com/requestbody-and-responsebody-annotations )
20
20
- [ Introduction to CheckStyle] ( http://www.baeldung.com/checkstyle-java )
21
21
- [ 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
+
Original file line number Diff line number Diff line change 14
14
- [ Working with Fragments in Thymeleaf] ( http://www.baeldung.com/spring-thymeleaf-fragments )
15
15
- [ Conditionals in Thymeleaf] ( http://www.baeldung.com/spring-thymeleaf-conditionals )
16
16
- [ Iteration in Thymeleaf] ( http://www.baeldung.com/thymeleaf-iteration )
17
+ - [ Working With Arrays in Thymeleaf] ( http://www.baeldung.com/thymeleaf-arrays )
17
18
18
19
### Build the Project
19
20
Original file line number Diff line number Diff line change 17
17
- [ Hamcrest Text Matchers] ( http://www.baeldung.com/hamcrest-text-matchers )
18
18
- [ Hamcrest File Matchers] ( http://www.baeldung.com/hamcrest-file-matchers )
19
19
- [ Hamcrest Custom Matchers] ( http://www.baeldung.com/hamcrest-custom-matchers )
20
+ - [ Hamcrest Common Core Matchers] ( http://www.baeldung.com/hamcrest-core-matchers )
Original file line number Diff line number Diff line change
1
+
2
+
3
+ ### Relevant Articles:
4
+
5
+ - [ Sending SMS in Java with Twilio] ( http://www.baeldung.com/java-sms-twilio )
Original file line number Diff line number Diff line change 11
11
- [ Introduction to Future in Vavr] ( http://www.baeldung.com/vavr-future )
12
12
- [ Introduction to VRaptor in Java] ( http://www.baeldung.com/vraptor )
13
13
- [ Introduction to Vavr’s Either] ( http://www.baeldung.com/vavr-either )
14
+ - [ Interoperability Between Java and Vavr] ( http://www.baeldung.com/java-vavr )
Original file line number Diff line number Diff line change 2
2
- [ Intro to XPath with Java] ( http://www.baeldung.com/java-xpath )
3
3
- [ Introduction to JiBX] ( http://www.baeldung.com/jibx )
4
4
- [ 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 )
You can’t perform that action at this time.
0 commit comments