! ! • Then just extend spock.lang.Specification 15 testCompile( "[..]:spock-‐core:0.7-‐groovy-‐2.0" ) class FooSpec extends spock.lang.Specification
! ! • Then add Groovy templates with file extension .tpl to src/main/templates/views ! • Layouts go into src/main/templates/layouts 24 compile "org.codehaus.groovy:groovy-‐ templates:2.3.6"
! ! ! • Then add persistent entities that are annotated with grails.persistence.Entity 29 compile "org.grails:gorm-‐hibernate4-‐ spring-‐boot:1.0.0.RELEASE"
! ! ! • Then add persistent entities that are annotated with grails.persistence.Entity 33 compile "org.grails:gorm-‐mongodb-‐spring-‐ boot:1.1.0.RELEASE"
• More designer friendly • Mature, used in Grails for years • Development and precompiled modes • XSS prevention • Can use existing JSP or GSP tag libraries 38