The document discusses the SOFEA (Service Oriented Front End Architecture) approach for building web applications. It provides an overview of existing web application architectures like web templating engines and MVC frameworks. It then introduces SOFEA as an architectural style that decouples the application download, presentation flow, and data interchange aspects of web applications by moving the presentation logic to the client and accessing backend services. The document outlines the benefits of SOFEA and provides examples of technologies that can be used to implement it.