Last updated by
2 years ago
Page: 1.2.4 Release Notes, Version:2
Grails 1.2.4 Release Notes
Grails is a dynamic web application framework built on Java and Groovy, leveraging best of breed APIs from the Java EE sphere including Spring, Hibernate and SiteMesh. Grails brings to Java and Groovy developers the joys of convention-based rapid development while allowing them to leverage their existing knowledge and capitalize on the proven and performant APIs Java developers have been using for years.Grails 1.2.4 has not yet been released. This page is a placeholder
Create scripts purge redundant artifact suffixes
Improved the create scripts to handle redundant artifact suffixes. For example:grails create-service com.example.FooService
/com/example/FooService.groovy
/com/example/FooServiceService.groovy
- create-controller
- create-filters
- create-service
- create-taglib
- create-integration-test
- create-unit-test