SOA and web applications

I am confused, I only know that SOA is a philosophical paradigm, such as OOP. It used to be difficult for me to understand what OOP is. Now I think it's time for SOA too. Could you provide me with a simple concrete practical example of an SOA application?

+3
source share
1 answer

Service-oriented architecture is a paradigm often used in enterprises. The idea is to create reusable service components (often interfaces that demonstrate functionality in existing systems / applications). There are many resources on the Internet that can be used as starting points when and how to use SOA in various scenarios.

SOA . N- (, , , , ). SOA, , (SOAP HTTP , ), - , , , , , , , , , , .

+3
source

All Articles