Difference between revisions of "6CS028"

From mi-linux
Jump to navigationJump to search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Main Page]] >> Advanced Web Technologies
+
[[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.
  
* [[6CC001 - Workbook|Workbook]]
+
* [[6CS028 - Workbook|Workbook]]
* [[6CC001 - Links|Useful URLs]]
+
* [[Web_Development_resources|Useful resources]]
 
 
You need to book an appointment with a workshop tutor in order to present the work you are submitting:
 
 
 
* [[6CC001Demo2012Sem2|Book a demo appointment]] - Thursday 19th April (week 11)
 
* [[6CC001Demo2012Sem2b|Book a demo appointment]] - Thursday 3rd May (week 12)
 
 
 
''ALL CLOSED - please email me if you still require a slot:''
 
 
 
Module leader: [mailto:alix.bergeret@wlv.ac.uk Alix Bergeret]
 

Latest revision as of 15:12, 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.