Intro
This page is a collection of some of the key patterns which have proved useful in building Service Oriented Architectures.
![]() | Please copy/paste the Pattern Wiki Template when adding new patterns to this catalog. |
Service types and technology
- Human to Application Services
- Application to Application Services
- Aggregated Core Services
- Core Services
Design rules
Pattern sandbox
Self Monitoring Service Pattern
Recording Command Pattern
Architectural Patterns
Categorized Services Pattern is the main categorization stack for services.
[Secure SOA With Tokens Pattern] is about how to architect your SOA with security built-in
Agile Services Patterns
Evolving Service Endpoint Pattern
Smart Service Proxy Pattern
Service Assembly Pattern
Core Services Patterns
Enterprise Domain Repository Pattern
Patterns for testing in a SOA context
Misc Supporting Patterns
Command creates objects which encapsulate actions and parameters.
Specification separates the statement of what kind of objects can be selected from the object that does the selection.
[Provider Pattern]