# TilesViewResolver Notes ### Dependencies ![img](https://i.imgur.com/6VPCGe8.png) ### Knowledge * https://tiles.apache.org/ * A free open-sourced templating framework for modern Java applications. * Based upon the Composite pattern it is built to simplify the development of user interfaces. * `buildView(String viewName)` calls the parent to buildView. And then set some attributes.