diff --git a/content/roadmaps/101-backend/content/115-architectural-patterns/102-soa.md b/content/roadmaps/101-backend/content/115-architectural-patterns/102-soa.md index f5538ff66..d6cb8ddf1 100644 --- a/content/roadmaps/101-backend/content/115-architectural-patterns/102-soa.md +++ b/content/roadmaps/101-backend/content/115-architectural-patterns/102-soa.md @@ -1 +1,6 @@ -# Soa \ No newline at end of file +# 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. + +Free Content +Reference Architecture Foundation for Service Oriented Architecture