SOA

From Oracle FAQ
Jump to: navigation, search

SOA (Service-Oriented Architecture) is an architectural style that evolved from distributed computing. It relies on service-orientation as its fundamental design principle by providing a collection of services that communicate with each other.

SOA provides modularization of business logic, which can then be presented as services to clients. Business logic is made available as independent services, and can be accessed without knowledge of their underlying platform implementation.

Note that SOA is significantly different from object oriented programming. SOA provides a loose coupling among interacting software agents, while object orientations attempts to bind data and its processing together.

Also see[edit]

Glossary of Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #