Concurrency in Spring Webflux depends on many factors. Let’s explore them in-depth. >>>
Yearly Archives: 2020
What Is the Hi/Lo Algorithm?
Learn how to the use Hi/Lo algorithm as a database identifier generation strategy. >>>
Introduction to Spring Data Azure Cosmos DB
Learn how to interact with Azure Cosmos DB using Spring Data. >>>
What Is the Difference Between DVM and JVM?
Learn about the differences between the Java Virtual Machine (JVM) and the Dalvik Virtual Machine (DVM). >>>
List All Classes Loaded in a Specific Class Loader
List all the classes loaded by a specific class loader in Java >>>
A Guide to Concurrent Queues in Java
A quick, high-level look at the Concurrent Queues in Java. >>>
Find the Kth Smallest Element in Two Sorted Arrays in Java
A quick and practical guide to finding the k-th smallest element in two sorted arrays. >>>
Customizing Themes for Keycloak
Learn about themes in Keycloak – their types and structure. >>>
Extracting Database Metadata Using JDBC
Learn how to retrieve database metadata using a JDBC connection and the DatabaseMetaData interface. >>>
JPA Entity Equality
Learn about entity equality in the JPA. >>>
Java Weekly, Issue 346
A very diverse anthology: Project Amber’s design documents are already on GitHub, cloud functions in Micronaut, patterns for distributed systems, and advice for effective blogging. >>>
OAuth 2.0 Resource Server With Spring Security
Learn how to configure a Spring Security based resource server application for validating JWT as well as opaque tokens. >>>
Finding the Differences Between Two Lists in Java
We investigate how to finding elements present in one list, but not in another, including lists with multiple copies of the same element. >>>
Probability in Java
We’ll look at a few examples of how we can implement probability with Java. >>>
Optional Dependency in Maven
Learn now to use Maven’s optional tag. >>>
How to Disable Spring Security Logout Redirects
Take a close look at how to disable logout redirects in Spring Security. >>>
Java Reporting Tools: a Comparison
There are several reporting solutions for Java. In this article, we compare the most popular. >>>
Java Files Open Options
Learn about the several options when opening files in Java. >>>
Introduction to Spring Data JDBC
A quick and practical guide to Spring Data JDBC. >>>
Set Field Value With Reflection
Learn how to set values of private fields in Java using the Reflection API. >>>