-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tychobrailleur edited this page Oct 1, 2011
·
6 revisions
For Grails-related questions, see Wiki page
Here is a quick Grails command summary, useful when switching from one stack to another!
-
Run the app
grails run-app
-
Create a domain object
grails create-domain-class org.humphries.MyNewClass
-
Create a controller for MyNewClass (MyNewClassController)
grails create-controller org.humphries.MyNewClass
-
When to use custom controllers vs. scaffolding?
→ Pierre: also, dynamic scaffolding vs. static scaffolding?
-
Unit testing: what to test vs. not to test (tied to scaffolding)?
-
Licensing