Difference between revisions of "Architectural pattern"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 22: | Line 22: | ||
* [https://en.wikipedia.org/wiki/Architectural_pattern Architectural pattern] @ Wikipedia | * [https://en.wikipedia.org/wiki/Architectural_pattern Architectural pattern] @ Wikipedia | ||
+ | |||
+ | [[Category:Design]] | ||
+ | [[Category:Patterns]] | ||
+ | [[Category:Software development]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 03:33, 21 April 2016
An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.
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