10 Jan 2015

SOA, Web Services, and REST


SOA is an architectural approach to composition and integration.

SOAP-based web services is the most common way to implement SOA. They:
Address the low-level interactions between services
Help up to a certain level of complexity in the infrastructure

REST architecture provides an alternative medium by which SOA can be implemented.
REST tries to establish application architecture that emulates the World Wide Web.

1 comment: