Quantcast
Channel: Grails Example
Viewing all articles
Browse latest Browse all 10

Instant UI – Dynamic Scaffolding

$
0
0


In this Grails Example, we will invoke a powerful feature of Grails called Dynamic Scaffolding. With a simple one-line command in our controllers, Grails will dynamically build an HTML 5 user interface that contains create, read, update, and delete (CRUD) functionality. The UI also recognizes the relationships between our models and adds the necessary links to connect parent and child data objects together, such as task to projects, projects to owners, etc.

Video #14 shows how to enable Dynamic Scaffolding on your models.


Viewing all articles
Browse latest Browse all 10

Trending Articles