Grails Flex Scaffold (GFS)
Dependency :
compile ":flex-scaffold 1:0.1.1"
Summary
Installation
After installing the plugin is required to run "grails compile"
From this Grails' version we don't know that after installing doesn't compile it, if someone knows how to fix this issue please advise.
From central plugin
Add the following code on grails-app/conf/BuildConfig.groovy to enable GFS repository
and run
If you download the pluginelse
See our blog to know about the features in this release.
See Official Docs for example to use it and User Guide
From central plugin
Add the following code on grails-app/conf/BuildConfig.groovy to enable GFS repository
grails.plugin.repos.discovery.gfs="http://svn.codehaus.org/gfs/trunk" grails.plugin.repos.resolveOrder=['gfs','default','core']
grails flex-scaffold
grails install-plugin [plugin-path]/grails-flex-scaffold-0.2-beta.zip
grails install-plugin http://svn.codehaus.org/gfs/trunk/grails-flex-scaffold/tags/RELEASE_0_2-beta/grails-flex-scaffold-0.2-beta.zip
See our blog to know about the features in this release.
See Official Docs for example to use it and User Guide
Description
Grails Flex Scaffold (GFS) is a plugin that deals Flex code generation by scaffolding methodology, including support for presentation and service (integration with BlazeDS) layers by providing embeded data in your domain classes as original Grails Scaffolding does with Ajax and HTMLSee our blog to know about the features in this release.
See Official Docs for example to use it and User Guide
See Official Docs for example to use it and User Guide