A Guide to Java Enums

A quick and practical guide to the use of the Java Enum implementation, what it is, what problems it solves and how it can be used to implement commonly used design patterns.

Intro to Gatling

A quick introduction to the Gatling performance tool and how to record a simple test scenario with it.

Java Web Weekly, Issue 126

An interesting and diverse week, from some Java persistence goodness to a well-executed Spring Boot migration and the LinkedIn data breach.

Java Web Weekly, Issue 115

The details of Spring IO are out, Java 10 might be getting a significant syntax upgrade and the talks that have come out this week are quite interesting. Not too shabby.

Java Web Weekly 1

A quick holiday week with a few solid topics such as multiline String support in Java and hiring developers well. Happy New Year.

The Baeldung Weekly Review 34

This week we’re looking at Spring Boot articles, some solid insights into learning and staying relevant as an engineer and of course – XKCD genius.

JPA Pagination

Pagination in JPA – how to use JQL and the Criteria API to do pagination correctly.