Daily Archives - November 1, 2014

Service Components

Service Oriented Architecture (SOA) – Episode 3 (Services Types)

This is the 3rd episode in the series exploring service oriented architecture (SOA). One of the important aspects while learning SOA is to understand the concept of service and variations of service types. A service is a self-contained unit of software that performs a specific task. It has three components: an interface, a contract, and implementation. The interface defines how...