Implementation, Deployment and Maintenance Flashcards
1
Q
What design tiers are there?
A
Presentation tier
Business logic tier
Data tier
2
Q
What tier do we lose doing MVC?
A
Business logic - where would we put it?
3
Q
What’s the deal with MVC?
A
You can separate out parts of application based on Model View Controller.
4
Q
What does the controller do?
A
Makes stuff work together
5
Q
What’s OAUTH?
A
Standard protocol for authorising web apps
Allows us to authorise third party sites on another service (eg. your site but log on with facebook)
6
Q
What’s REST?
A
REpresentational State Transfer:
architec
7
Q
What’s SOAP?
A
Simple Object Access Protocol. Standard communication protocol for XML over HTTP or SMTP