This glossary supports the following titles:

SOA Governance

SOA with .NET & Azure


SOA Design Patterns


Web Service Contract Design & Versioning for SOA


SOA Principles of Service Design

Service-Oriented Architecture: Concepts, Technology, and Design

Modern SOA Infrastructure: Technology, Design, and Governance
SOA with REST: Principles, Patterns & Constraints
Next Generation SOA: A Real-World Guide to Modern Service-Oriented Computing
SOA with Java
SOA Security: Practices, Patterns, and Technologies for Securing Services
SOA and Cloud Computing: Practices, Patterns, Technologies

This glossary also supports the SOA Certified Professional (SOACP) program.

For more information, visit: www.soacp.com
and
www.soaschool.com


|
|
|

Service Contract Design Patterns

|

Service Contract Design Patterns represent the following set of patterns from the SOA Design Patterns catalog:


Decoupled Contract (Erl)

How can a service
express its capabilities independently of its
implementation?
|
|

Contract Centralization (Erl)

How can
direct consumer-to-implementation coupling
be avoided?
|
|

Contract Denormalization (Erl)

How can a
service contract facilitate consumer programs
with differing data exchange requirements?
|
|

Concurrent Contracts (Erl)

How can a
service facilitate multi-consumer coupling
requirements and abstraction concerns at the
same time?
|
|

Validation Abstraction (Erl)

How can
service contracts be designed to more easily
adapt to validation logic changes?
|
|

These patterns were first printed in the SOA Design Patterns book and summarized versions of the patterns are published at the SOAPatterns.org community patterns site.

See also:

- Concurrent Contracts

- Contract Centralization

- Contract Denormalization

- Decoupled Contract

- design pattern

- design pattern catalog

- design pattern language

- Validation Abstraction

|
|