Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

service-oriented architecture

You are here: irt.org | FOLDOC | service-oriented architecture

<software, architecture> (SOA) Systems built from loosely-coupled software modules deployed as services, typically communicating via a network. This allows different modules to be implemented and deployed in different ways, e.g. owned by different organisations, developed by different teams, written in different programming languages, running on different hardware and operating systems. The key to making it work is interoperability and standards so that modules can exchange data.

SOAs often support service discovery, allowing a service to be changed without having to explicitly reconnect all its clients.

Many different frameworks have been developed for SOA, including SOAP, REST, RPC, DCOM, CORBA, web services and WCF.

(2009-01-23)

Nearby terms: Service Access Point « Service Advertising Protocol « Service Discovery Protocol « service-oriented architecture » service provider » Service Set Identifier » servlet

FOLDOC, Topics, 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, ?, ALL

©2018 Martin Webb