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

Designing the Data Model

$
0
0


In this Grails Example, we will design and build the remaining models for the ProjectTracker Application. We will first design the data model on paper by defining the individual entities, which will become models. We will then describe the attributes of each entity, which become the fields in our views. Finally we will include the relationships between entities by creating one-to-many joins between the entities. Once we have the design sketched out, we will go into Eclipse and create the models, fields, and joins.

Video #13 shows how to build the remaining models in Eclipse


Viewing all articles
Browse latest Browse all 10

Trending Articles