Last updated by
2 years ago
Page: 1.3.4 Release Notes, Version:4
Grails 1.3.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.- Changelog: See JIRA
- Download: http://grails.org/Download .
- Documentation: http://grails.org/doc/1.3.x
- 1.3.3 Release Notes http://grails.org/1.3.3+Release+Notes
- 1.3.2 Release Notes http://grails.org/1.3.2+Release+Notes
- 1.3.1 Release Notes http://grails.org/1.3.1+Release+Notes
- 1.3.0 Release Notes http://www.grails.org/1.3+Release+Notes
Groovy 1.7.4
Grails 1.3.4 includes Groovy 1.7.4. Read the Groovy 1.7.4 Release Notes for details on the latest version of the Groovy language.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