Difference between revisions of "6CS028"
From mi-linux
Jump to navigationJump to searchm (Web Application Development moved to CP3207) |
|||
Line 5: | Line 5: | ||
* [[Web Application Developpment - Workbook|Workbook]] | * [[Web Application Developpment - Workbook|Workbook]] | ||
* [[Web Application Developpment - Links|Useful URLs]] | * [[Web Application Developpment - Links|Useful URLs]] | ||
+ | * [[Web Application Developpment - Book an appointment|Book an appointment]] |
Revision as of 15:26, 13 November 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.