Learn about Maven’s support for multi-release JAR files >>>
Yearly Archives: 2020
Spring BeanPostProcessor
Learn how we can use Spring’s BeanPostProcessor to customize the beans themselves. >>>
Converting a BufferedReader to a JSONObject
Learn about JSONObject’s support for Readers >>>
Casting int to Enum in Java
Learn how to cast an int to an Enum in Java >>>
Java Weekly, Issue 335
An in-depth review of Apache Arrow’s in-memory data format for fast, machine-to-machine transfer of big data, and a migration guide for Spring Data JDBC 2.0. >>>
Setting Custom Feign Client Timeouts
Learn how to set custom timeouts on the Spring Cloud’s Feign Client. >>>
Rate Limiting a Spring API Using Bucket4j
Learn how to use Bucket4j to rate limit a Spring REST API. >>>
Spring Security With Auth0
Learn how to integration Auth0 with Spring Security >>>
Using Kafka MockConsumer
Explore the MockConsumer, one of Kafka’s Consumer implementations >>>
Super Type Tokens in Java Generics
Learn how to preserve the generic type information at runtime using super type tokens. >>>
Comparing Objects in Java
Learn about comparing objects in Java. >>>
A Guide to the Hibernate Types Library
Learn how to use HIbernate Types and extend the types set of Hibernate. >>>
An Introduction to Invoke Dynamic in the JVM
Learn about invokedynamic and see how it can help library and language designers to implement many forms of dynamicity. >>>
Univocity Parsers
Learn the basics of parsing files using the Univocity library. >>>
Spring REST Docs vs OpenAPI
Explore the differences between the OpenAPI based springdoc and Spring REST Docs. >>>
LinkedBlockingQueue vs ConcurrentLinkedQueue
Learn the difference between LinkedBlockingQueue and ConcurrentLinkedQueue in Java >>>
Introduction to Exchanger in Java
A quick and practical guide to the Exchanger class in Java. >>>
CQRS and Event Sourcing in Java
Explore the basic concepts of the CQRS and Event Sourcing design patterns. >>>
@PropertySource with YAML Files in Spring Boot
A quick and practical guide to handling YAML files with @PropertySource in Spring Boot. >>>
Clicking Elements in Selenium using JavaScript
Learn how to click elements using Javascript in Selenium. >>>