model view controller - Demandware MVC concept -
i new guy demandware , switching magento demandware. demandware not opensource not getting proper tutorials, stuff understand concepts of it.
i magento know magento mvc structure. in demandware have different concepts pipelines, pipelets, isml scripts, ecma script, dw scripts etc.
i want know mvc pattern of demandware. how works , basic concept need concentrate?
i suggest request demandware xchange account possible you, access demandware community portal , api documentation.
in short:
- models demandware forms , demandware api objects
- controllers demandware pipelines (there javascript controllers released, may find these easier understand if have node.js experience). these can call dw scripts (demandwarescript based on ecmascript standard 5.0 javascript extensions e4x , optional types)
- views isml templates. should avoid including lot of logic in them, either isml tags isif, isloop, etc. or isscript.
any further questions - let me know.
hope helps,
zlatin
Comments
Post a Comment