Site Archives software architecture

Model View Controller Explained


According to Wikipedia’s entry on Model View Controller:
Model-view-controller (MVC) is an architectural pattern used in software engineering. Successful use of the pattern isolates business logic from user interface considerations, resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other.
MVC [...]

Share on Facebook Share on Facebook

Who needs REST?


I have been reading a bunch of online articles about REST (REpresentational State Transfer) which was first discussed in Roy Thomas Fielding’s Dissertation ‘Architectural Styles and the Design of Network-based Software Architecture’. Though in this body of work Fielding never argues that either REST or HTTP constituted a sufficient basis for a web services architecture, [...]

Share on Facebook Share on Facebook