SOA Patterns > Service Contract Design Patterns > Contract Denormalization
Contract Denormalization (Erl)
How can a service contract facilitate consumer programs with differing data exchange requirements?
Problem
Services with strictly normalized contracts can impose unnecessary functional and performace demands on some consumer programs.
Solution
Service contracts can include a measured extent of denormalization, allowing multiple capabilities to redundantly express core functions in different ways for different types of consumer programs.
Application
The service contract is carefully extended with additional capabilities that provide functional variations of a primary capability.
Impacts
Overuse of this pattern on the same contract can dramatically increase its size, making it difficult to interpret and unwieldy to govern.
Principles
Architecture
Service
Related Patterns in This Catalog
Canonical Expression, Compensating Service Transaction, Concurrent Contracts, Decomposed Capability, Decoupled Contract, Proxy Capability, Service Façade, Service Normalization
Related Service-Oriented Computing Goals