Sample Applications

Last updated by durp00 2 years ago

Sample Applications

svn co https://svn.codehaus.org/grails/trunk/grails-samples

Note: Make sure you use the https protocol rather than http or you will get the cryptic (and annoying) "SVN: Could not read status line: connection was closed by server"

Also, the book-flow sample application needs some care and feeding before it will run with Grails 1.2.1

  • Upgrade the project with:
grails upgrade
  • Change Order to PurchaseOrder in the Order domain object; HSQL does not like the use of the reserved ORDER token and dies.
  • Install the WebFlow plugin:
grails install-plugin