Difference between revisions of "Architectural pattern"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (first) |
Karl Jones (Talk | contribs) (Model–view–controller) |
||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
− | * [[ | + | * [[Model–view–controller]] |
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/Architectural_pattern Architectural pattern] @ Wikipedia | * [https://en.wikipedia.org/wiki/Architectural_pattern Architectural pattern] @ Wikipedia |
Revision as of 07:22, 3 June 2015
An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.
Architectural patterns are similar to software design patterns but have a broader scope.
The architectural patterns address various issues in software engineering, such as computer hardware performance limitations, high availability and minimization of a business risk.
Some architectural patterns have been implemented within software frameworks.
See also
External links
- Architectural pattern @ Wikipedia