Xtemplates Plugin
This plugin is not maintained anymore and obsolete as 99% of it's functionality is now featured in Grails core.
This plugin provides extensible template capabilities for static scaffolding.
The default scaffolding templates are limited to generate list, create, edit and show views. With the xtemplates plugin you can generate any number of views.
In the xtemplates generation process also a runtime loaded Helper class (which can be customized just like the templates) is binded so you can execute any code in the generation process.
Installation
To install the xtemplates plugin type this command from your project's root folder:
grails install-plugin xtemplates
Commands
grails install-i18n-xtemplates
grails install-xtemplates
grails uber-xgenerate
grails xgenerate-all
grails xgenerate-controller
grails xgenerate-i18n-messages
grails xgenerate-views
Usage
TODO
Plugin version history
0.1 (October 1, 2008)