Lecture 2
Lecture 2
Using JavaScript.
Frameworks Architecture
Frameworks Architecture
● MVC is known as an architectural
pattern, which embodies three parts
Model, View and Controller.
● It divides the application into three
logical parts: the model, the view
and the controller.
Frameworks Architecture
● It was used for desktop graphical user
interfaces but nowadays is used in
designing mobile apps and web apps.
● MVC is an architectural pattern which
means it rules the whole architecture of
the applications.
Frameworks Architecture