Fix spelling mistake (#4265)

* Fix misspell.

* Add missing link title.
pull/4281/head
Bartłomiej Majowicz - Unlimitech 1 year ago committed by GitHub
parent 77310d24d8
commit 9c2e9c1be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/101-soa.md
  2. 2
      src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/105-blackboard-pattern.md

@ -1,6 +1,6 @@
# SOA # 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: Learn more from the following links:

@ -5,4 +5,4 @@ The Blackboard architectural pattern is a software design pattern that allows fo
Learn more from the following links: Learn more from the following links:
- [Overview of Blackboard (design pattern)](<https://en.wikipedia.org/wiki/Blackboard_(design_pattern)>) - [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)

Loading…
Cancel
Save