commit
2d2c842d2f
|
@ -6,4 +6,4 @@ This module contains articles about core Java input/output(IO) APIs.
|
||||||
- [Constructing a Relative Path From Two Absolute Paths in Java](https://www.baeldung.com/java-relative-path-absolute)
|
- [Constructing a Relative Path From Two Absolute Paths in Java](https://www.baeldung.com/java-relative-path-absolute)
|
||||||
- [Java Scanner Taking a Character Input](https://www.baeldung.com/java-scanner-character-input)
|
- [Java Scanner Taking a Character Input](https://www.baeldung.com/java-scanner-character-input)
|
||||||
- [Get the Desktop Path in Java](https://www.baeldung.com/java-desktop-path)
|
- [Get the Desktop Path in Java](https://www.baeldung.com/java-desktop-path)
|
||||||
|
- [Integer.parseInt(scanner.nextLine()) and scanner.nextInt() in Java](https://www.baeldung.com/java-scanner-integer)
|
||||||
|
|
|
@ -11,3 +11,4 @@ This module contains articles about methods in Java
|
||||||
- [The Covariant Return Type in Java](https://www.baeldung.com/java-covariant-return-type)
|
- [The Covariant Return Type in Java](https://www.baeldung.com/java-covariant-return-type)
|
||||||
- [Does a Method’s Signature Include the Return Type in Java?](https://www.baeldung.com/java-method-signature-return-type)
|
- [Does a Method’s Signature Include the Return Type in Java?](https://www.baeldung.com/java-method-signature-return-type)
|
||||||
- [Solving the Hide Utility Class Public Constructor Sonar Warning](https://www.baeldung.com/java-sonar-hide-implicit-constructor)
|
- [Solving the Hide Utility Class Public Constructor Sonar Warning](https://www.baeldung.com/java-sonar-hide-implicit-constructor)
|
||||||
|
- [Best Practices for Passing Many Arguments to a Method in Java](https://www.baeldung.com/java-best-practices-many-parameters-method)
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
- [Validating URL in Java](https://www.baeldung.com/java-validate-url)
|
- [Validating URL in Java](https://www.baeldung.com/java-validate-url)
|
||||||
- [Validating IPv4 Address in Java](https://www.baeldung.com/java-validate-ipv4-address)
|
- [Validating IPv4 Address in Java](https://www.baeldung.com/java-validate-ipv4-address)
|
||||||
- [Download a Webpage in Java](https://www.baeldung.com/java-download-webpage)
|
- [Download a Webpage in Java](https://www.baeldung.com/java-download-webpage)
|
||||||
|
- [URL Query Manipulation in Java](https://www.baeldung.com/java-url-query-manipulation)
|
||||||
|
|
|
@ -13,3 +13,4 @@ This module contains articles about performance of Java applications
|
||||||
- [Capturing a Java Thread Dump](https://www.baeldung.com/java-thread-dump)
|
- [Capturing a Java Thread Dump](https://www.baeldung.com/java-thread-dump)
|
||||||
- [JMX Ports](https://www.baeldung.com/jmx-ports)
|
- [JMX Ports](https://www.baeldung.com/jmx-ports)
|
||||||
- [Calling JMX MBean Method From a Shell Script](https://www.baeldung.com/jmx-mbean-shell-access)
|
- [Calling JMX MBean Method From a Shell Script](https://www.baeldung.com/jmx-mbean-shell-access)
|
||||||
|
- [External Debugging With JMXTerm](https://www.baeldung.com/java-jmxterm-external-debugging)
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
- [Converting Camel Case and Title Case to Words in Java](https://www.baeldung.com/java-camel-case-title-case-to-words)
|
- [Converting Camel Case and Title Case to Words in Java](https://www.baeldung.com/java-camel-case-title-case-to-words)
|
||||||
- [How to Use Regular Expressions to Replace Tokens in Strings in Java](https://www.baeldung.com/java-regex-token-replacement)
|
- [How to Use Regular Expressions to Replace Tokens in Strings in Java](https://www.baeldung.com/java-regex-token-replacement)
|
||||||
- [Creating a Java Array from Regular Expression Matches](https://www.baeldung.com/java-array-regex-matches)
|
- [Creating a Java Array from Regular Expression Matches](https://www.baeldung.com/java-array-regex-matches)
|
||||||
|
- [Getting the Text That Follows After the Regex Match in Java](https://www.baeldung.com/java-regex-text-after-match)
|
||||||
- More articles: [[<-- prev]](/core-java-modules/core-java-regex)
|
- More articles: [[<-- prev]](/core-java-modules/core-java-regex)
|
||||||
|
|
|
@ -10,3 +10,4 @@ This module contains articles about string-related algorithms.
|
||||||
- [Check if the First Letter of a String is Uppercase](https://www.baeldung.com/java-check-first-letter-uppercase)
|
- [Check if the First Letter of a String is Uppercase](https://www.baeldung.com/java-check-first-letter-uppercase)
|
||||||
- [Find the First Non Repeating Character in a String in Java](https://www.baeldung.com/java-find-the-first-non-repeating-character)
|
- [Find the First Non Repeating Character in a String in Java](https://www.baeldung.com/java-find-the-first-non-repeating-character)
|
||||||
- [Find the First Embedded Occurrence of an Integer in a Java String](https://www.baeldung.com/java-string-find-embedded-integer)
|
- [Find the First Embedded Occurrence of an Integer in a Java String](https://www.baeldung.com/java-string-find-embedded-integer)
|
||||||
|
- [Find the Most Frequent Characters in a String](https://www.baeldung.com/java-string-find-most-frequent-characters)
|
||||||
|
|
|
@ -18,4 +18,5 @@ Remember, for advanced libraries like [Jackson](/jackson) and [JUnit](/testing-m
|
||||||
- [Guide to JDeferred](https://www.baeldung.com/jdeferred)
|
- [Guide to JDeferred](https://www.baeldung.com/jdeferred)
|
||||||
- [Introduction to MBassador](https://www.baeldung.com/mbassador)
|
- [Introduction to MBassador](https://www.baeldung.com/mbassador)
|
||||||
- [Using Pairs in Java](https://www.baeldung.com/java-pairs)
|
- [Using Pairs in Java](https://www.baeldung.com/java-pairs)
|
||||||
|
- [Analyze, Generate and Transform Code Using Spoon in Java](https://www.baeldung.com/java-spoon-analyze-generate-transform-code)
|
||||||
- More articles [[<-- prev]](/libraries-3) [[next -->]](/libraries-5)
|
- More articles [[<-- prev]](/libraries-3) [[next -->]](/libraries-5)
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
## Relevant Articles
|
||||||
|
- [Overview of NLP Libraries in Java](https://www.baeldung.com/java-nlp-libraries)
|
||||||
|
|
|
@ -11,6 +11,7 @@ This module contains articles about libraries for data processing in Java.
|
||||||
- [An Introduction to SuanShu](https://www.baeldung.com/suanshu)
|
- [An Introduction to SuanShu](https://www.baeldung.com/suanshu)
|
||||||
- [Intro to Derive4J](https://www.baeldung.com/derive4j)
|
- [Intro to Derive4J](https://www.baeldung.com/derive4j)
|
||||||
- [Univocity Parsers](https://www.baeldung.com/java-univocity-parsers)
|
- [Univocity Parsers](https://www.baeldung.com/java-univocity-parsers)
|
||||||
|
- [Guide to Swagger Parser](https://www.baeldung.com/java-swagger-parser)
|
||||||
- More articles: [[<-- prev]](/../libraries-data)
|
- More articles: [[<-- prev]](/../libraries-data)
|
||||||
|
|
||||||
##### Building the project
|
##### Building the project
|
||||||
|
|
|
@ -11,3 +11,5 @@ This module contains articles about database-related data processing libraries.
|
||||||
- [Introduction to HikariCP](https://www.baeldung.com/hikaricp)
|
- [Introduction to HikariCP](https://www.baeldung.com/hikaricp)
|
||||||
- [Guide to Ebean ORM](https://www.baeldung.com/ebean-orm)
|
- [Guide to Ebean ORM](https://www.baeldung.com/ebean-orm)
|
||||||
- [Introduction to Debezium](https://www.baeldung.com/debezium-intro)
|
- [Introduction to Debezium](https://www.baeldung.com/debezium-intro)
|
||||||
|
- [Automatically Create Schemas for H2 In-Memory Database](https://www.baeldung.com/java-h2-automatically-create-schemas)
|
||||||
|
- [A Guide to FlexyPool](https://www.baeldung.com/spring-flexypool-guide)
|
||||||
|
|
|
@ -10,4 +10,5 @@ This module contains articles about Project Lombok.
|
||||||
- [Lombok’s @ToString Annotation](https://www.baeldung.com/lombok-tostring)
|
- [Lombok’s @ToString Annotation](https://www.baeldung.com/lombok-tostring)
|
||||||
- [Jackson’s Deserialization With Lombok](https://www.baeldung.com/java-jackson-deserialization-lombok)
|
- [Jackson’s Deserialization With Lombok](https://www.baeldung.com/java-jackson-deserialization-lombok)
|
||||||
- [Constructor Injection in Spring with Lombok](https://www.baeldung.com/spring-injection-lombok)
|
- [Constructor Injection in Spring with Lombok](https://www.baeldung.com/spring-injection-lombok)
|
||||||
|
- [@StandardException Annotation in Lombok](https://www.baeldung.com/lombok-standardexception-annotation)
|
||||||
- More articles: [[<-- prev]](../lombok)
|
- More articles: [[<-- prev]](../lombok)
|
||||||
|
|
|
@ -9,4 +9,5 @@ This module contains articles about various Spring Boot libraries
|
||||||
- [An Introduction to Kong](https://www.baeldung.com/kong)
|
- [An Introduction to Kong](https://www.baeldung.com/kong)
|
||||||
- [Scanning Java Annotations At Runtime](https://www.baeldung.com/java-scan-annotations-runtime)
|
- [Scanning Java Annotations At Runtime](https://www.baeldung.com/java-scan-annotations-runtime)
|
||||||
- [Guide to Resilience4j With Spring Boot](https://www.baeldung.com/spring-boot-resilience4j)
|
- [Guide to Resilience4j With Spring Boot](https://www.baeldung.com/spring-boot-resilience4j)
|
||||||
More articles: [[prev -->]](/spring-boot-modules/spring-boot-libraries)
|
- [Using OpenAI ChatGPT APIs in Spring Boot](https://www.baeldung.com/spring-boot-chatgpt-api-openai)
|
||||||
|
- More articles: [[prev -->]](/spring-boot-modules/spring-boot-libraries)
|
||||||
|
|
|
@ -5,4 +5,5 @@ This module contains articles about reactive Spring 5.
|
||||||
- [Logging a Reactive Sequence](https://www.baeldung.com/spring-reactive-sequence-logging)
|
- [Logging a Reactive Sequence](https://www.baeldung.com/spring-reactive-sequence-logging)
|
||||||
- [Reading Flux Into a Single InputStream Using Spring Reactive WebClient](https://www.baeldung.com/spring-reactive-read-flux-into-inputstream)
|
- [Reading Flux Into a Single InputStream Using Spring Reactive WebClient](https://www.baeldung.com/spring-reactive-read-flux-into-inputstream)
|
||||||
- [Spring Boot FeignClient vs. WebClient](https://www.baeldung.com/spring-boot-feignclient-vs-webclient)
|
- [Spring Boot FeignClient vs. WebClient](https://www.baeldung.com/spring-boot-feignclient-vs-webclient)
|
||||||
|
- [Cancel an Ongoing Flux in Spring WebFlux](https://www.baeldung.com/spring-webflux-cancel-flux)
|
||||||
- More articles: [[<-- prev]](../spring-5-reactive-2)
|
- More articles: [[<-- prev]](../spring-5-reactive-2)
|
||||||
|
|
|
@ -10,4 +10,5 @@ This module contains articles about Spring with Thymeleaf
|
||||||
- [Upload Image With Spring Boot and Thymeleaf](https://www.baeldung.com/spring-boot-thymeleaf-image-upload)
|
- [Upload Image With Spring Boot and Thymeleaf](https://www.baeldung.com/spring-boot-thymeleaf-image-upload)
|
||||||
- [Getting a URL Attribute Value in Thymeleaf](https://www.baeldung.com/thymeleaf-url-attribute-value)
|
- [Getting a URL Attribute Value in Thymeleaf](https://www.baeldung.com/thymeleaf-url-attribute-value)
|
||||||
- [Expression Types in Thymeleaf](https://www.baeldung.com/java-thymeleaf-expression-types)
|
- [Expression Types in Thymeleaf](https://www.baeldung.com/java-thymeleaf-expression-types)
|
||||||
|
- [Difference Between th:text and th:value in Thymeleaf](https://www.baeldung.com/java-thymeleaf-text-vs-value)
|
||||||
- [[<-- prev]](/spring-thymeleaf)
|
- [[<-- prev]](/spring-thymeleaf)
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
- [Parallel Test Execution for JUnit 5](https://www.baeldung.com/junit-5-parallel-tests)
|
- [Parallel Test Execution for JUnit 5](https://www.baeldung.com/junit-5-parallel-tests)
|
||||||
- [JUnit – Testing Methods That Call System.exit()](https://www.baeldung.com/junit-system-exit)
|
- [JUnit – Testing Methods That Call System.exit()](https://www.baeldung.com/junit-system-exit)
|
||||||
- [Single Assert Call for Multiple Properties in Java Unit Testing](https://www.baeldung.com/java-testing-single-assert-multiple-properties)
|
- [Single Assert Call for Multiple Properties in Java Unit Testing](https://www.baeldung.com/java-testing-single-assert-multiple-properties)
|
||||||
|
- [Creating a Test Suite With JUnit](https://www.baeldung.com/java-junit-test-suite)
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
- [Fixing Selenium WebDriver Executable Path Error](https://www.baeldung.com/java-selenium-webdriver-path-error)
|
- [Fixing Selenium WebDriver Executable Path Error](https://www.baeldung.com/java-selenium-webdriver-path-error)
|
||||||
- [Handle Browser Tabs With Selenium](https://www.baeldung.com/java-handle-browser-tabs-selenium)
|
- [Handle Browser Tabs With Selenium](https://www.baeldung.com/java-handle-browser-tabs-selenium)
|
||||||
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
|
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
|
||||||
|
- [StaleElementReferenceException in Selenium](https://www.baeldung.com/selenium-staleelementreferenceexception)
|
||||||
|
|
||||||
#### Notes:
|
#### Notes:
|
||||||
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described
|
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
- [Concurrent Test Execution in Spring 5](https://www.baeldung.com/spring-5-concurrent-tests)
|
- [Concurrent Test Execution in Spring 5](https://www.baeldung.com/spring-5-concurrent-tests)
|
||||||
- [Spring 5 Testing with @EnabledIf Annotation](https://www.baeldung.com/spring-5-enabledif)
|
- [Spring 5 Testing with @EnabledIf Annotation](https://www.baeldung.com/spring-5-enabledif)
|
||||||
- [The Spring TestExecutionListener](https://www.baeldung.com/spring-testexecutionlistener)
|
- [The Spring TestExecutionListener](https://www.baeldung.com/spring-testexecutionlistener)
|
||||||
|
- [Execute Tests Based on Active Profile With JUnit 5](https://www.baeldung.com/spring-boot-junit-5-testing-active-profile)
|
||||||
|
|
Loading…
Reference in New Issue