架构风格

架构风格定义:

1.Application Architecture Guide 2.0: A set of principles. You can think of it as a coarse-grained pattern that provides an abstract framework for a family of systems. An architectural style improves partitioning and promotes design reuse by providing solutions to frequently recurring problems.

2.Architectural Styles and the Design of Network-based Software Architectures: An architectural style is a coordinated set of architectural constraints that restricts the roles/features of architectural elements and the allowed relationships among those elements within any architecture that conforms to that style.

常见架构风格:

1.CS: Client-Server

2.基于组件: Component-Based Architecture

3.分层架构: Layered Architecture

4.面向对象: Object-Oriented

5.SOA: Service-Oriented Architecture

6.REST: Representational State Transfer

你可能感兴趣的:(REST,SOA)