Wednesday, March 19, 2008

Dynamic scaffod in Grails

listed the all three command to create dynamic scaffod:
• grails generate-views: Generates views for the specified domain class

• grails generate-controller: Generates a controller for the specified domain class

• grails generate-all: Generates both a controller and associated views

No comments: