Skip to content

Commit

Permalink
diagrams update
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSoftCompany committed Mar 3, 2024
1 parent feb60b7 commit 96b6c6d
Show file tree
Hide file tree
Showing 16 changed files with 3,125 additions and 21 deletions.
12 changes: 6 additions & 6 deletions public/articles/What_is_Application_Integration/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ <h4>Client - Server Application Integration</h4>
down to a single HTTP call to an interface. This is the building block of all communication onwards as all
applications, even with middleware in place, rely on a Client-Server relationship.
</p>
<img class="dark:invert my-4"
src="What_is_Application_Integration/img/www/What_is_application_integration-Client-Server.svg"
<img class="my-4"
src="What_is_Application_Integration/img/www/Diagram-Client-Server.drawio.svg"
style="width: 100%"
alt="Box labeled 'Client' on the left hand side and a box labeled 'Server' on the other side, connected with 'Request' and 'Response' lines"/>
<div>Benefits:
Expand Down Expand Up @@ -162,8 +162,8 @@ <h4>Broker Application Integration</h4>
code reusability is enabled through code libraries and common processes.
</li>
</ul>
<img class="dark:invert my-4"
src="What_is_Application_Integration/img/www/What_is_application_integration-Broker.drawio.svg"
<img class="my-4"
src="What_is_Application_Integration/img/www/Diagram-Broker.svg"
alt="On the top of a drawing you can find a 'Client' box connected with two lines to 'Integration Broker' box,
which is connected to 'Provider' box. Each of those lines are labeled 'Request' and 'Response'. On the bottom there's
another set of boxes similar to one described before, but with only one connecting line labeled 'Event'"
Expand Down Expand Up @@ -197,8 +197,8 @@ <h4>Orchestration-Driven Service Oriented Architecture (ODSOA) Application Integ
XML, it embraced RESTful Services as easily. Before the emergence of cloud-native technologies, this approach
struggled with similar problems as the broker architectures in terms of availability and performance.
</p>
<img class="dark:invert my-4"
src="What_is_Application_Integration/img/www/What_is_application_integration-ODSOA.drawio.svg"
<img class="my-4"
src="What_is_Application_Integration/img/www/Diagram-ODSOA.svg"
alt="Very descriptive description of the image"
style="width: 100%"/>
Benefits:
Expand Down

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions public/articles/What_is_Application_Integration/img/www/cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions public/articles/What_is_Application_Integration/img/www/cube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
463 changes: 463 additions & 0 deletions public/articles/What_is_Application_Integration/img/www/source.drawio

Large diffs are not rendered by default.

Loading

0 comments on commit 96b6c6d

Please sign in to comment.