1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Add SOA resources

added reference model for SOA
This commit is contained in:
Max Tiessler
2022-04-22 23:27:45 +02:00
committed by GitHub
parent 843d3d35c9
commit 7bdbeba7b8

View File

@@ -1 +1,6 @@
# Soa # SOA
SOA, or service-oriented architecture, defines a way to make software components reusable via service interfaces. These interfaces utilize common communication standards in such a way that they can be rapidly incorporated into new applications without having to perform deep integration each time.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Reference Model' href='http://docs.oasis-open.org/soa-rm/soa-ra/v1.0/soa-ra.html'>Reference Architecture Foundation for Service Oriented Architecture</BadgeLink>