Skip to content

Service Oriented ArchitectureΒΆ

← Back to Domain-Specific Abstractions by Domain

2 domain-specific abstractions whose origin domain is Service Oriented Architecture.

  • Service autonomy principle β€” A service-oriented design principle that gives each service maximal practical control over its logic, runtime resources, data, deployment, and change cycle.
  • Service refactoring β€” Change the internal logic or implementation of an existing service while preserving its published contract and consumer-observable behavior.