Last updated by durp00 2 years ago
Sample Applications
- The Bookmarks Application from The Definitive Guide to Grails for Grails 0.3.1
- DWR Demo. Download, unpack, change into the newly created directory, install dwr plugin, run the app, and browse to http://localhost:8080/dwrdemo/index.html For more information check out plugin's user guide.
- More sample applications including a Web Flow example can be found in svn:
svn co https://svn.codehaus.org/grails/trunk/grails-samples
- 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



