Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2117119

Browse files
authored
Merge pull request eugenp#10300 from johnA1331/master
BAEL-30150 - add links to github-baeldung articles
2 parents 4eb9e75 + ad44236 commit 2117119

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

‎core-java-modules/core-java-exceptions-3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
- [Java IndexOutOfBoundsException "Source Does Not Fit in Dest"](https://www.baeldung.com/java-indexoutofboundsexception)
88
- [Localizing Exception Messages in Java](https://www.baeldung.com/java-localize-exception-messages)
99
- [Explanation of ClassCastException in Java](https://www.baeldung.com/java-classcastexception)
10+
- [NoSuchFieldError in Java](https://www.baeldung.com/java-nosuchfielderror)

‎core-java-modules/core-java-lang-3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ This module contains articles about core features in the Java language
99
- [The Difference Between a.getClass() and A.class in Java](https://www.baeldung.com/java-getclass-vs-class)
1010
- [Constants in Java: Patterns and Anti-Patterns](https://www.baeldung.com/java-constants-good-practices)
1111
- [The transient Keyword in Java](https://www.baeldung.com/java-transient-keyword)
12+
- [How to Access an Iteration Counter in a For Each Loop](https://www.baeldung.com/java-foreach-counter)
1213
- [[<-- Prev]](/core-java-modules/core-java-lang-2)

‎core-java-modules/core-java-security-2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ This module contains articles about core Java Security
1212
- [How to Read PEM File to Get Public and Private Keys](https://www.baeldung.com/java-read-pem-file-keys)
1313
- [Listing the Available Cipher Algorithms](https://www.baeldung.com/java-list-cipher-algorithms)
1414
- [Get a List of Trusted Certificates in Java](https://www.baeldung.com/java-list-trusted-certificates)
15+
- [Security Context Basics: User, Subject and Principal](https://www.baeldung.com/security-context-basics)
16+
- [Java AES Encryption and Decryption](https://www.baeldung.com/java-aes-encryption-decryption)
1517
- More articles: [[<-- prev]](/core-java-modules/core-java-security)

‎spring-mvc-xml/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1717
- [A Java Web Application Without a web.xml](https://www.baeldung.com/java-web-app-without-web-xml)
1818
- [Validating RequestParams and PathVariables in Spring](https://www.baeldung.com/spring-validate-requestparam-pathvariable)
1919
- [Debugging the Spring MVC 404 "No mapping found for HTTP request" Error](https://www.baeldung.com/spring-mvc-404-error)
20+
- [Introduction to Servlets and Servlet Containers](https://www.baeldung.com/java-servlets-containers-intro)
2021

2122
## Spring MVC with XML Configuration Example Project
2223

‎spring-thymeleaf-3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ This module contains articles about Spring with Thymeleaf
99
- [Working with Select and Option in Thymeleaf](https://www.baeldung.com/thymeleaf-select-option)
1010
- [Conditional CSS Classes in Thymeleaf](https://www.baeldung.com/spring-mvc-thymeleaf-conditional-css-classes)
1111
- [Using Hidden Inputs with Spring and Thymeleaf](https://www.baeldung.com/spring-thymeleaf-hidden-inputs)
12+
- [Thymeleaf Variables](https://www.baeldung.com/thymeleaf-variables)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22

33
- [Guide to the System Rules Library](https://www.baeldung.com/java-system-rules-junit)
4+
- [Guide to the System Stubs Library](https://www.baeldung.com/java-system-stubs)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /