Architectural pattern (computer science)

From Wiki @ Karl Jones dot com
Revision as of 14:53, 20 September 2016 by Karl Jones (Talk | contribs) (External links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In software engineering, an architectural pattern is software design pattern which provides a general, reusable solution to a commonly occurring problem in software architecture within a given context.

Description

Architectural patterns are similar to software design pattern 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