Notes

Working notes on Notes: MVC, Model, View, Inline: Specific gsp, when action does not ‘render’, and Layout template.

UjnotesCC0 1.0

Working notes on Notes: MVC, Model, View, Inline: Specific gsp, when action does not ‘render’, and Layout template.

Separation of concerns.

Convention over configuration.

MVC

Model

Class.

Operations.

View

View <controller:action>.gsp
<g: > </g>

Term interchangeable with gsp.

Display / render.

Gsp.

Inline: Specific gsp

Render (view:'index.gsp').

when action does not ‘render’

Gsp of same name is rendered.

Layout template

Views\layouts.

Controller

Controller <id><Controller> {
<view>() {

}.

}.

Routing

External to system.

URL

URL context/<controller>/<action>

default

Action. Index.

also accessible by

/index
Updated: 2026 Aug 19