Difference between revisions of "6CS028"
From mi-linux
Jump to navigationJump to search (New page: Main Page >> Web Application Development This module aims to provide an in depth understanding of web application development, and emphasises the importance of Model View Controller a...) |
|||
Line 2: | Line 2: | ||
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. | ||
+ | |||
+ | * [[CP3207 - Workbook]] |
Revision as of 15:53, 27 March 2009
Main Page >> Web Application 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.