History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-75
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Graeme Rocher
Reporter: Steven Devijver
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Grails

Refactor Scaffolding framework to allow for new scaffolding features

Created: 23/Mar/06 08:32 AM   Updated: 17/Aug/07 10:57 AM
Component/s: Scaffolding
Affects Version/s: 0.3, 0.4
Fix Version/s: 1.1

Time Tracking:
Not Specified


 Description  « Hide
These are the proposed actions to refactor the scaffolding framework to allow for easily adding new scaffolding features

1) add hooks in filter + create listener interface
2) create AbstractGrailsScaffolder and CrudGrailsScaffolder from DefaultGrailsScaffolder
2a) factor out ScaffoldRequestHandler from AbstractAction
2b) open up the getAction() method
3) keep SRHF, SRH and SVR
4) makes Spring configuration pluggable



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Marc Palmer - 19/Jan/07 04:43 AM

Change all the view templating to use pure GSP templates, and use our taglibs for all the rendering, instead of all that horrible handcoded stuff.