Java Weekly, Issue 284

A new Spring Cloud Services project for building service brokers, and a look at Hypersistence Optimizer, a performance tuner for JPA and Hibernate applications.

Guide to Guava Multiset

Store counts of duplicates in a set using Guava Multiset. See how to use this powerful part of the Guava library in single and multi-threaded applications.

Java Weekly, Issue 272

A great write-up on conditional Spring bean annotations, and an overview of JVM memory and the challenge of tuning it for optimal performance.

Guide to Stream.reduce()

Learn the key concepts of the Stream.reduce() operation in Java and how to use it to process sequential and parallel streams.

Java Weekly, Issue 265

A good introduction to writing and managing custom addons in TestProject, plus a collection of handy OpenJDK commands every developer should know.

Java Weekly, Issue 264

A busy week in the Java and Spring ecosystem, with several major releases, including Spring Framework, Spring Boot, and Spring Security, among others.

Java Weekly, Issue 262

An opinion piece predicting what’s in store for the Java ecosystem in 2019, and a good review of expression-based access control.

Java Weekly, Issue 259

From custom entity listeners in Hibernate, to (finally) some interesting persistence reactive support. A good week.