architect-handbook

Software Architect Handbook

View on GitHub

Transform View

A view that processes domain data element by element and transforms it into HTML.

Overview

When you issue requests for data to the domain and data source layeres, you get back all the data you need to satisfy them, but without the formatting you need. Using Transform View means thinking of the view in Model View Controller as a transformation where you have the model’s data as input and its HTML as output.

How It Works

When to Use It