File tree Expand file tree Collapse file tree 9 files changed +12
-1
lines changed
core-java-collections-list-3
persistence-modules/java-mongodb-2
spring-security-modules/spring-security-core Expand file tree Collapse file tree 9 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ This module contains articles about Java 11 core features
11
11
- [ Invoking a SOAP Web Service in Java] ( https://www.baeldung.com/java-soap-web-service )
12
12
- [ Java HTTPS Client Certificate Authentication] ( https://www.baeldung.com/java-https-client-certificate-authentication )
13
13
- [ Call Methods at Runtime Using Java Reflection] ( https://www.baeldung.com/java-method-reflection )
14
+ - [ Java HttpClient Basic Authentication] ( https://www.baeldung.com/java-httpclient-basic-auth )
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ This module contains articles about the Java List collection
12
12
- [ How to Count Duplicate Elements in Arraylist] ( https://www.baeldung.com/java-count-duplicate-elements-arraylist )
13
13
- [ Finding the Differences Between Two Lists in Java] ( https://www.baeldung.com/java-lists-difference )
14
14
- [ List vs. ArrayList in Java] ( https://www.baeldung.com/java-list-vs-arraylist )
15
+ - [ How to Store HashMap<String, ArrayList> Inside a List] ( https://www.baeldung.com/java-hashmap-inside-list )
16
+ - [ Working With a List of Lists in Java] ( https://www.baeldung.com/java-list-of-lists )
15
17
- [[ <-- Prev]] ( /core-java-modules/core-java-collections-list-2 )
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ This module contains articles about networking in Java
10
10
- [ Find Whether an IP Address Is in the Specified Range or Not in Java] ( https://www.baeldung.com/java-check-ip-address-range )
11
11
- [ Find the IP Address of a Client Connected to a Server] ( https://www.baeldung.com/java-client-get-ip-address )
12
12
- [ Unix Domain Socket in Java 16] ( https://www.baeldung.com/java-unix-domain-socket )
13
+ - [ Get the IP Address of the Current Machine Using Java] ( https://www.baeldung.com/java-get-ip-address )
13
14
- [[ <-- Prev]] ( /core-java-modules/core-java-networking-2 )
Original file line number Diff line number Diff line change 4
4
- [ Lookahead and Lookbehind in Java Regex] ( https://www.baeldung.com/java-regex-lookahead-lookbehind )
5
5
- [ Converting Camel Case and Title Case to Words in Java] ( https://www.baeldung.com/java-camel-case-title-case-to-words )
6
6
- [ How to Use Regular Expressions to Replace Tokens in Strings in Java] ( https://www.baeldung.com/java-regex-token-replacement )
7
- - More articles: [[ <-- prev]] ( /core-java-modules/core-java-regex )
7
+ - [ Creating a Java Array from Regular Expression Matches] ( https://www.baeldung.com/java-array-regex-matches )
8
+ - More articles: [[ <-- prev]] ( /core-java-modules/core-java-regex )
Original file line number Diff line number Diff line change 1
1
## Core Java Cookbooks and Examples
2
2
3
3
### Relevant Articles:
4
+
4
5
- [ Getting Started with Java Properties] ( http://www.baeldung.com/java-properties )
5
6
- [ Java Money and the Currency API] ( http://www.baeldung.com/java-money-and-currency )
6
7
- [ Compiling Java * .class Files with javac] ( http://www.baeldung.com/javac )
7
8
- [ Introduction to Javadoc] ( http://www.baeldung.com/javadoc )
8
9
- [ A Guide to the ResourceBundle] ( http://www.baeldung.com/java-resourcebundle )
9
10
- [ Merging java.util.Properties Objects] ( https://www.baeldung.com/java-merging-properties )
11
+ - [ Illegal Character Compilation Error] ( https://www.baeldung.com/java-illegal-character-error )
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ This module contains articles about GraphQL with Java
6
6
7
7
- [ Introduction to GraphQL] ( https://www.baeldung.com/graphql )
8
8
- [ Make a Call to a GraphQL Service from a Java Application] ( https://www.baeldung.com/java-call-graphql-service )
9
+ - [ Return Map from GraphQL] ( https://www.baeldung.com/java-graphql-return-map )
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ This module contains articles about Jersey.
10
10
- [ Exploring the Jersey Test Framework] ( https://www.baeldung.com/jersey-test )
11
11
- [ Explore Jersey Request Parameters] ( https://www.baeldung.com/jersey-request-parameters )
12
12
- [ Add a Header to a Jersey SSE Client Request] ( https://www.baeldung.com/jersey-sse-client-request-headers )
13
+ - [ Exception Handling With Jersey] ( https://www.baeldung.com/java-exception-handling-jersey )
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ This module contains articles about MongoDB in Java.
11
11
- [ MongoDB Aggregations Using Java] ( https://www.baeldung.com/java-mongodb-aggregations )
12
12
- [ Retrieve a Value from MongoDB by Its Key Name] ( https://www.baeldung.com/mongodb-get-value-by-key-name )
13
13
- [ Push and Set Operations in Same MongoDB Update] ( https://www.baeldung.com/java-mongodb-push-set )
14
+ - [ Checking Connection to MongoDB] ( https://www.baeldung.com/mongodb-check-connection )
14
15
- More articles: [[ <-- prev]] ( ../java-mongodb )
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This module contains articles about core Spring Security
10
10
- [ Deny Access on Missing @PreAuthorize to Spring Controller Methods] ( https://www.baeldung.com/spring-deny-access )
11
11
- [ Spring Security: Check If a User Has a Role in Java] ( https://www.baeldung.com/spring-security-check-user-role )
12
12
- [ Filtering Jackson JSON Output Based on Spring Security Role] ( https://www.baeldung.com/spring-security-role-filter-json )
13
+ - [ Handle Spring Security Exceptions] ( https://www.baeldung.com/spring-security-exceptions )
13
14
14
15
### Build the Project
15
16
You can’t perform that action at this time.
0 commit comments