Difference between revisions of "Architectural pattern"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 15: | Line 15: | ||
== See also == | == See also == | ||
− | * [[Design | + | * [[Design pattern]] |
* [[Event-driven architecture]] | * [[Event-driven architecture]] | ||
* [[Framework (computing)]] | * [[Framework (computing)]] |
Revision as of 03:17, 9 September 2015
An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.
(TO DO: expand, organize, illustrate, cross-reference.)
Description
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.
Software frameworks
Some architectural patterns have been implemented within software frameworks.
See also
- Design pattern
- Event-driven architecture
- Framework (computing)
- Model–view–controller
- Software design pattern
External links
- Architectural pattern @ Wikipedia