Course
Skills Expanded
Introduction to Grails
This course will introduce the Grails web application framework. Grails is a Rails like framework built on top of Spring and Hibernate Java technologies.
What you'll learn
This course will introduce the Grails web application framework. Grails is a Rails like framework built on top of Spring and Hibernate Java technologies. Grails utilizes the Groovy programming language. By the end of this course you should be able to understand architecturally how Grails works, determine the pros and cons of Grails and have successfully coded a full blown sample application using Grails.
Table of contents
Introduction to Grails
28mins
Installing Grails and Creating Your First App
21mins
- Introduction 0m
- Java Prerequisites 1m
- Installing A JDK 2m
- Installing Grails via GVM 1m
- Demo: GVM 3m
- Installing Grails via Download 2m
- Grails Command Overview 2m
- Creating A New Grails Application 1m
- Demo: Creating A Grails App 1m
- Grails Project Layout Structure 2m
- Running The Server 2m
- Demo: Running The Server and App 2m
- Summary 1m
Grails Tools
37mins
- Introduction 0m
- Interactive Grails Console 2m
- Demo: Console and Shell 4m
- Database Migrations 3m
- Grails DB Migration Commands 3m
- Demo: DB Migrations 4m
- Plugins and Dependencies 3m
- Code Generators 2m
- Demo: Scaffold Generation 9m
- IDE Integration 2m
- Using Java in Grails 1m
- Demo: Java Example 2m
- Summary 1m
Grails Domain Classes and GORM
42mins
Grails Controllers and Server Pages
42mins