1.

What Are The Main Features Of Soa?

Answer»
  • SOA SEPARATES business functions into services (endpoints), which are made accessible over a network in order to allow USERS to combine and reuse them in their applications.
  • The SOA services can be developed in different languages and OS’es as long as they follow the SOA principles.
  • Services are unassociated and loosely COUPLED units that do not directly rely on each other for their full functioning. Rather than services embedding calls to each other in their source code, they use defined protocols that describe how services pass and parse messages using description metadata.
  •  Orchestration is a process where business functionality from various services are combined in a system fully aware of all available services and the associated metadata that defines these services and their CHARACTERISTICS.



Discussion

No Comment Found