Blog-Post
The Way of the Request
The Play Framework is a web application framework for Scala and Java inspired
by Ruby on Rails. Although I like the official documentation,
I always found it lacking in how requests runs through the framework.
This article takes the reader on a journey tracing a request through the
framework.