01-29-2009 04:31 AM
01-29-2009 05:52 PM
01-29-2009 06:51 PM
01-30-2009 04:49 PM
01-30-2009 05:16 PM
01-31-2009 06:50 AM
01-31-2009 08:03 AM
01-31-2009 12:15 PM
Andreas
What particular benefit do you see in replacing standard web script lifecycle (executable script connecting to model and carrying out operations and then using presentation template as a view)?
Grails controllers do offer extended functionality, such as :
1) Single controller is responsible for multiple operations and views where webscirpt has one operation by default (unless you use parameters to select right method).
2) URL mapping is more concise way of describing URL bindings than whole bunch of webscript descriptors. This is actually not about controllers but about framework approach. Webscripts approach allows better modularity, but less functional.
3) Allows redirect and webflow - nice thing but embedding Spring Web Flow in the product, like Grails did, may be an overkill.
Anything else you are thinking about?
Thanks
Alexander
01-31-2009 12:20 PM
01-31-2009 01:42 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.