public
Description: Conference Talk - Going Further with Grails
Homepage: http://jasonrudolph.com
Clone URL: git://github.com/jasonrudolph/going-further-with-grails.git
Jason Rudolph (author)
Tue Aug 26 20:18:42 -0700 2008
100644 10 lines (8 sloc) 0.528 kb
1
2
3
4
5
6
7
8
9
10
Grails provides a tremendous jump-start to any web application. With easy
scaffolding and zero-configuration ORM, you're up and running in no time.
But what's needed to effectively move from a vanilla Grails project to a
fully-customized application fit for public consumption?
 
In this session, through live demos we'll explore techniques for quickly
securing our application, implementing effective (and DRY) UIs, developing
Grails services, extending Grails with plugins, and even integrating with
Java when the need arises.