Java Web Weekly, Issue 161

A packed week in the Java ecosystem, discussing some of the upcoming changes in Java 9 and potentially Java 10 as well.

Iterable to Stream in Java

The article explains how to convert an Iterable to Stream and why the Iterable interface doesn’t support it directly.

Guide to Spring Session

The article introduces Spring Session a project that decouples session management from server container.