This document discusses extending Spring MVC applications to target different device platforms. It introduces Spring Mobile, which allows detecting the requesting device and directing it to a platform-specific site. It also introduces Lumbar and Thorax, which are tools for building JavaScript applications that target different platforms from a shared codebase, generating modular code for each platform. The document provides examples of how to configure Spring Mobile and build applications using Lumbar.