🆕 Retrieving Lists of Entities from a Database Using Hibernate
https://www.javacodegeeks.com/retrieving-lists-of-entities-from-a-database-using-hibernate.html
https://www.javacodegeeks.com/retrieving-lists-of-entities-from-a-database-using-hibernate.html
Java Code Geeks
Retrieving Lists of Entities from a Database Using Hibernate - Java Code Geeks
Discover Java Hibernate techniques to fetch an entity list using HQL, Criteria API, and Native SQL. Comprehensive examples provided.
🆕 Mastering Java’s Executor Framework
https://www.javacodegeeks.com/2024/05/mastering-javas-executor-framework.html
https://www.javacodegeeks.com/2024/05/mastering-javas-executor-framework.html
Java Code Geeks
Mastering Java's Executor Framework - Java Code Geeks
Tame complex tasks in Java applications! This guide unlocks the power of the Java Executor Framework for asynchronous programming.
🆕 Beyond SAX and DOM: Modern XML Querying in Java
https://www.javacodegeeks.com/2024/05/beyond-sax-and-dom-modern-xml-querying-in-java.html
https://www.javacodegeeks.com/2024/05/beyond-sax-and-dom-modern-xml-querying-in-java.html
Java Code Geeks
Beyond SAX and DOM: Modern XML Querying in Java - Java Code Geeks
Ditch the complexity of traditional XML parsing in Java! This guide unlocks modern approaches for XML querying
🆕 Best Practices for Using JDBC in Java Applications
https://www.javacodegeeks.com/2024/05/best-practices-for-using-jdbc-in-java-applications.html
https://www.javacodegeeks.com/2024/05/best-practices-for-using-jdbc-in-java-applications.html
Java Code Geeks
Best Practices for Using JDBC in Java Applications - Java Code Geeks
Leverage JDBC in Java Applications for Secure and Efficient Database Interactions. This guide explores best practices for prepared statement.
🆕 Refresh and Fetch an Entity After Save in Spring Data JPA
https://www.javacodegeeks.com/refresh-and-fetch-an-entity-after-save-in-spring-data-jpa.html
https://www.javacodegeeks.com/refresh-and-fetch-an-entity-after-save-in-spring-data-jpa.html
Java Code Geeks
Refresh and Fetch an Entity After Save in Spring Data JPA - Java Code Geeks
Spring Data JPA Refresh Fetch Entity After Save: Refresh fetched entity post-Spring Data JPA save for data management and consistency.
🆕 Removing Bracket Characters in a Java String
https://www.baeldung.com/java-remove-bracket-characters
https://www.baeldung.com/java-remove-bracket-characters
Baeldung
Removing Bracket Characters in a Java String | Baeldung
Learn how to remove different kinds of bracket characters from a String in Java.
🆕 How to Convert org.w3c.dom.Document to String in Java
https://www.baeldung.com/java-convert-org-w3c-dom-document-string
https://www.baeldung.com/java-convert-org-w3c-dom-document-string
Baeldung
How to Convert org.w3c.dom.Document to String in Java | Baeldung
Learn how to create an XML Document from a Java String object and convert it back into a String using the javax.xml.transform package.
🆕 Using Comparator.nullsLast() to Avoid NullPointerException When Sorting
https://www.baeldung.com/java-comparator-nullslast-avoid-nullpointerexception
https://www.baeldung.com/java-comparator-nullslast-avoid-nullpointerexception
Baeldung on Kotlin
Using Comparator.nullsLast() to Avoid NullPointerException When Sorting | Baeldung
Explore the power of Comparator.nullsLast() that allows us to sort data safely and predictably.
🆕 Return Non-null Elements From Java 8 Map Operation
https://www.baeldung.com/java-stream-non-null-map
https://www.baeldung.com/java-stream-non-null-map
Baeldung
Return Non-null Elements From Java 8 Map Operation | Baeldung
Learn how to collect non-null elements from a Stream mapping operation.
🆕 Replacing Strings in Java Using Regex: Back Reference vs. Lookaround
https://www.baeldung.com/java-regex-replace-strings-back-reference-vs-lookaround
https://www.baeldung.com/java-regex-replace-strings-back-reference-vs-lookaround
Baeldung
Replacing Strings in Java Using Regex: Back Reference vs. Lookaround | Baeldung
In this tutorial, we'll explore how to use the replaceAll() method in the String class to replace text using regular expressions. We'll compare the back reference and lookaround methods for this operation and evaluate their performance.
🆕 Declare an Enum in an Inner Class in Java
https://www.baeldung.com/java-declare-enum-inner-class
https://www.baeldung.com/java-declare-enum-inner-class
Baeldung
Declare an Enum in an Inner Class in Java | Baeldung
Explore the historical constraints on static types within inner classes before Java 16 and learn about the significant relaxation of these rules in Java 16 and later versions.
🆕 Extract the Common Name (CN) from an X509 Certificate in Java
https://www.javacodegeeks.com/extract-the-common-name-cn-from-an-x509-certificate-in-java.html
https://www.javacodegeeks.com/extract-the-common-name-cn-from-an-x509-certificate-in-java.html
Java Code Geeks
Extract the Common Name (CN) from an X509 Certificate in Java - Java Code Geeks
Learn how to extract the Common Name (CN) from an X509 certificate in Java using regex, Bouncy Castle, and more.
🆕 Guide to ExecutorService vs. CompletableFuture
https://www.javacodegeeks.com/guide-to-executorservice-vs-completablefuture.html
https://www.javacodegeeks.com/guide-to-executorservice-vs-completablefuture.html
Java Code Geeks
Guide to ExecutorService vs. CompletableFuture - Java Code Geeks
Java ExecutorService vs CompletableFuture: Understand the differences and uses of Java ExecutorService and CompletableFuture for concurrency.
🆕 Conquering Errors in Java Lambdas
https://www.javacodegeeks.com/2024/05/conquering-errors-in-java-lambdas.html
https://www.javacodegeeks.com/2024/05/conquering-errors-in-java-lambdas.html
Java Code Geeks
Conquering Errors in Java Lambdas - Java Code Geeks
Untangle errors in your Java Lambdas! This guide explores exception handling techniques - try-catch blocks, functional interfaces...
🆕 Reactive APIs Offered by Apache HttpClient
https://reflectoring.io/apache-http-client-reactive-apis/
https://reflectoring.io/apache-http-client-reactive-apis/
reflectoring.io
Reactive APIs Offered by Apache HttpClient
In this article, we are going to learn about reactive APIs offered by Apache HttpClient APIs. We are going to explore how to use reactive, full-duplex HTTP/1.