Difference between revisions of "6CS028"

From mi-linux
Jump to navigationJump to search
m (CP3207 moved to 6CC001)
Line 3: Line 3:
 
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.
  
* [[Web Application Developpment - Workbook|Workbook]]
+
* [[6CC001 - Workbook|Workbook]]
 
* [[Web Application Developpment - Links|Useful URLs]]
 
* [[Web Application Developpment - Links|Useful URLs]]

Revision as of 12:22, 23 September 2010

Main Page >> Advanced Web Technologies

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.