Servers provide services
Clients (multiple) connect via computer network
Software Architecture 2. Layered Architecture
Software Architecture
Large-scale design patterns understood to address specific problems. How all
the parts of the code fit together. Adhering to known patterns makes code easier
to understand, debug, and read
1. Client Server Architecture
A server allows for clients to access info from anywhere using computer networks Each layer provides services to the layer above.
(email, web, podcasts). Cross-cutting services such as authentication are available to all layers
Allows for independent development and upgrades within layers
a shared database needs to be accessible from multiple locations
Software Architecture 1 Software Architecture 2
, MCV: One of the earliest design patterns invented by Smalltalk.
Architecture for interactive applications that separates GUI of an application from
3. Observable Design Pattern
the code.
Defines a one-to-many dependency between objects.
Architecture for interactive applications. The application is created independently
ie, An actual temperature has a sensor that reads it and you want to display it on a of the UI. Used for interface development.
number of devices.
In this case, there is a one to many dependency, and the observable object notifies One model, can have more than one controller and view
all listeners of changes to its state. ie, whenever the temp changes, it will tell all the
listeners associated with it. Display will update, icons change etc.
2. Model View Presenter (MVP)
This is how you can set up the communication between a business layer and a
Has no connection between model and view.
presentation layer. There are various observers and in the business or data layer
there are observables. Makes MVC into a cleaner layered interface where there is communication
between any two layers at a time
Three different observers of what the temperature is. If the temp changes, observers change.
Model/ View/ Controller
Subsystems are classified into 3 different types:
1. Model subsystem: Responsible for application domain knowledge. The
core of the application. This maintains the state and data that the application
Model View Controller/ Model View Presenter represents. When significant changes occur in the model, it updates all of its
views.
1. Model View Controller (MVC): User for interface development
Software Architecture 3 Software Architecture 4
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper chloewalt. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €2,70. Je zit daarna nergens aan vast.