Difference between revisions of "6CS028"
From mi-linux
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | [[Main Page]] >> Advanced Web | + | [[Main Page]] >> Advanced Web Development |
This module aims to provide an in depth understanding of web application development, and emphasises the importance of Model View Controller approaches to Web Development. The Model-View-Controller design pattern decouples data access and business logic from data presentation and user interaction, by introducing an intermediate controller component. | This module aims to provide an in depth understanding of web application development, and emphasises the importance of Model View Controller approaches to Web Development. The Model-View-Controller design pattern decouples data access and business logic from data presentation and user interaction, by introducing an intermediate controller component. | ||
Line 5: | Line 5: | ||
* [[6CC001 - Workbook|Workbook]] | * [[6CC001 - Workbook|Workbook]] | ||
* [[Web_Development_resources|Useful resources]] | * [[Web_Development_resources|Useful resources]] | ||
− | |||
− | |||
− |
Revision as of 14:09, 18 January 2022
Main Page >> Advanced Web Development
This module aims to provide an in depth understanding of web application development, and emphasises the importance of Model View Controller approaches to Web Development. The Model-View-Controller design pattern decouples data access and business logic from data presentation and user interaction, by introducing an intermediate controller component.