1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

Fix spelling mistake (#4265)

* Fix misspell.

* Add missing link title.
This commit is contained in:
Bartłomiej Majowicz - Unlimitech
2023-07-31 17:35:01 +02:00
committed by GitHub
parent 77310d24d8
commit 9c2e9c1be6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# SOA
SOA (Service-Oriented Architecture) is an architectural pattern that is used to design and organize software systems as a collection of services that can be accessed over a network, these services are autonomous, self-contained units of functionality that can be reused and combined to create new functionality. SOA services are designed to be loosely coupled, meaning that they do not depend on the implementation details of other services, they communicate with each other through well-defined interfaces, usually using a protocol such as HTTP or SOAP. SOA provides several advantages over other architectural patterns, such as reusability, modularity, interoperability, and scalability. It can be implemented using a variety of technologies, such as Web Services, REST, and microservices.s
SOA (Service-Oriented Architecture) is an architectural pattern that is used to design and organize software systems as a collection of services that can be accessed over a network, these services are autonomous, self-contained units of functionality that can be reused and combined to create new functionality. SOA services are designed to be loosely coupled, meaning that they do not depend on the implementation details of other services, they communicate with each other through well-defined interfaces, usually using a protocol such as HTTP or SOAP. SOA provides several advantages over other architectural patterns, such as reusability, modularity, interoperability, and scalability. It can be implemented using a variety of technologies, such as Web Services, REST, and microservices.
Learn more from the following links:

View File

@@ -5,4 +5,4 @@ The Blackboard architectural pattern is a software design pattern that allows fo
Learn more from the following links:
- [Overview of Blackboard (design pattern)](<https://en.wikipedia.org/wiki/Blackboard_(design_pattern)>)
- [](http://www.openloop.com/softwareEngineering/patterns/architecturePattern/arch_Blackboard.htm)
- [Architectural Patterns: Blackboard](http://www.openloop.com/softwareEngineering/patterns/architecturePattern/arch_Blackboard.htm)