Last updated by eapfel 2 years ago
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
grails.plugin.repos.discovery.gfs="http://svn.codehaus.org/gfs/trunk"
grails.plugin.repos.resolveOrder=['gfs','default','core']
and run
If you download the plugingrails install-plugin [plugin-path]/grails-flex-scaffold-0.2-beta.zip
elsegrails 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
Last updated by eapfel 2 years ago
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 HTML
See our blog to know about the features in this release.
See Official Docs for example to use it and User Guide
Last updated by admin 2 years ago
Last updated by admin 2 years ago