Tuesday, December 30, 2014

SOA Question 2

Services are loosely coupled and self-contained units of functionality.

a) True
b) False

2 comments:

  1. Yes
    The main objective of a loose coupling design principle is to reduce the risk that a change made within one class may lead to change into another class, SOA based on interoperability principles and for interoperability and scalability, all services need to follow modular concepts of loosely coupled
    This principle is not limited only to SOA but across all object oriented application architecture

    ReplyDelete