Search code examples
grails

Are there good Grails sample applications from which to learn?


Besides the sample applications featured in the books Beginning Groovy and Grails and The Definitive Guide to Grails, are there any applications out there written in Grails that are good examples from which to learn best practices? Such as real applications that are open-source?


Solution

  • During my learning phase, I came across several good sample applications.

    This sample web album app got me started on grails. It covers security, image upload / manipulation, basic crud etc.

    http://www.syger.it/Tutorials/GrailsWebAlbum.html

    Here's one from Glen Smith, author of the upcoming Grails in Action book. The source code to the groovy blog aggregator is located here:

    http://code.google.com/p/groovyblogs/

    Here's another one by Glen, a blog engine written with grails:

    http://code.google.com/p/gravl/

    And finally, here's the code to the grails.org site which includes wiki functionality:

    http://github.com/grails/grails/tree/master/grails-samples/grails.org/