Archive

Category archive for Java

Spring I/O: Redis-backed HTTP sessions

When you have the pleasant problem of trying to handle lots and lots of users, you quickly realize that tracking user state in the HTTP session doesn’t scale very well. To keep each session in memory could consume quite a lot of memory, for example, and distributing the session across multiple nodes is a bit […]


Spring I/O 2015 – intro

If you work with Java development, you will sooner or later come in contact with the Spring framework. It is a technology which started as a series of design patterns for J2EE development, but very quickly got its own following and ended up being a much more convenient alternative to the at that time very […]