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 Implementation Patterns

|

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


Service Facade (Erl)

How can a service
accommodate changes to its contract or
implementation while allowing the core service
logic to evolve independently?
|
|

Redundant Implementation (Erl)

How can
the reliability and availability of a service be
increased?
|
|

Service Data Replication (Erl)

How can
service autonomy be preserved when services
require access to shared data sources?
|
|

Partial State Deferral (Erl)

How can services
be designed to optimize resource consumption
while still remaining stateful?
|
|

Partial Validation (Orchard, Riley)

How can
unnecessary data validation be avoided?
|
|

UI Mediator (Utschig, Maier, Trops, Normann, Winterberg)

How can a service-oriented
solution provide a consistent,
interactive user experience?
|
|

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:

- design pattern

- design pattern catalog

- design pattern language

- Partial State Deferral

- Partial Validation

- Redundant Implementation

- Service Data Replication

- Service Facade

- UI Mediator

|
|