December 2013
Beginner to intermediate
222 pages
5h 13m
English
Looking again at our feature list, we can see that we’ll need two more domain classes. We’re going to have a list of tasks that need to be done to prepare for an event. That will require a Task class. We’re also going to have a simple forum that the organizer and volunteers can use to communicate throughout the process. For this, we will need another class, which we will call TekMessage (Grails already uses message; for example, in its generated views). For a view of these classes, see the following figure.

We’ll create the Task class first. Run grails create-domain-class ...
Read now
Unlock full access