computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
823 B
823 B
Service oriented
Service-oriented architecture (SOA) is an enterprise-wide approach to software development of application components that takes advantage of reusable software components, or services.
SOA provides four different service types:
- Functional services (i.e., business services), which are critical for business applications.
- Enterprise services, which serve to implement functionality.
- Application services, which are used to develop and deploy apps.
- Infrastructure services, which are instrumental for backend processes like security and authentication.
Visit the following resources to learn more: