Skip to content
tychobrailleur edited this page Oct 1, 2011 · 6 revisions

Grails

For Grails-related questions, see Wiki page

Documentation

Command Summary

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
    

Questions

  1. When to use custom controllers vs. scaffolding?

    → Pierre: also, dynamic scaffolding vs. static scaffolding?

  2. Unit testing: what to test vs. not to test (tied to scaffolding)?

  3. Licensing

Cucumber

See Cucumber Wiki page

Clone this wiki locally