Learn how to configure Spring Boot to talk to Redis via Lettuce >>>
Yearly Archives: 2020
Find Unused Maven Dependencies
Learn how to analyze unused dependencies in Maven using the Maven Dependency Plugin. >>>
Manual Logout With Spring Security
Learn how to execute a manual logout with Spring Security. >>>
Generate Database Schema with Spring Data JPA
JPA provides a standard for generating DDL from our entity model. Here we explore how to do this in Spring Data and compare that with native Hibernate. >>>
Spring JPA @Embedded and @EmbeddedId
Learn how to use the @EmbeddeId and @Embeddable annotations to represent composite keys in JPA entities. >>>
How to Add Proxy Support to Jsoup?
Learn how to add proxy support to Jsoup >>>
Asserting Log Messages With JUnit
Learn how to test log messages with JUnit >>>
Building a Java Application With Gradle
A quick and practical guide to building Java applications in Gradle. >>>
Java Weekly, Issue 332
Spring adopts new versioning schemes, and an in-depth look at Java’s new text blocks feature. >>>
Single Responsibility Principle in Java
A quick and practical guide to the Single Responsibility Principle in Java >>>
Disable Security for a Profile in Spring Boot
A quick and practical guide to disabling Spring Security for a specific profile in Spring Boot. >>>
Memcached vs Redis
Learn about the similarities and differences between Memcached and Redis. >>>
Mapping Lists with ModelMapper
Learn how to map lists of different element types using Model Mapper. >>>
Java Weekly, Issue 331
A handful of Spring configuration tips for getting the most out of application.properties files, and Spring Tools 4.6.1 is released. >>>
Invoking a SOAP Web Service in Spring
Learn how to invoke a SOAP web service using Spring WS. >>>
Using Multiple Cache Managers in Spring
Learn how we can enable multiple cache managers in our Spring Boot application. >>>
Consume a SOAP Web Service in Java
Learn how to build a SOAP client in Java with JAX-WS RI. >>>
Constructing a JPA Query Between Unrelated Entities
Learn to construct a JPA query between unrelated entities. >>>
Java-R Integration
Learn about some of the most common ways of integrating R code into Java. >>>
Spring Security Custom Logout Handler
Learn how to implement a Custom Logout Handler using Spring Security. >>>