Ahmed Week 8 SW
Chapter 5. A Reference Architecture for Developers
“Everything deep is also simple and can be reproduced simply as long as its reference to the whole truth is maintained. But what matters is not what is witty but what is true.”
— Albert Schweitzer
We have been working on web 2.0 models and now we going to move to web 2.0 references architecture. Its more technical that developers and architectures need when building applications.
Resource tier
The most bottom of the tiers is the resource tier it includes the back-end which can support the services that will be the data or processing needed for creating a rich user experience.
Service tier
The service tier connects to resource tier and package functionality so that it can be accessed giving the provider control on what goes in and out. Frameworks that web developers are familiar with is PHP,Rails, and ASP.
Model-View-Controller(MVC)
MVC has been around before Web 2.0 but it is being applied in many Web 2.0 applications and architectures. It is separated into three distinct areas the core data of the application is the Model, the interfaces or graphical aspects of the application is the View, and the core logic is the Controller.