Baeldung Weekly Review 43

This week is definitely Spring heavy – lot of solid Spring Boot pieces that show how the framework is maturing. Some interesting JVM articles as well.

The Baeldung Weekly Review 35

Spring 4.1 is out this week, along with some cool predictions of the next Java Random and some pragmatic musings about testing and goal setting. A good week all in all.

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.

The Baeldung Weekly Review 30

Diverse week full of solid articles on Spring, Java 8, testing, BDD and risk management – a lot of interesting articles in here.

The Baeldung Weekly Review 19

This week we talk about language and API design nuances, Two-Factor authentication, passwords, and of course testing and TDD.

Hibernate Pagination

Pagination in Hibernate – using basic HQL, ScrollableResults as well as the more flexible and type-safe Criteria API.