|
Answer» Below are the major BENEFITS that we get from SOA.
- Loose Coupling : This means that the service requester has no knowledge of the TECHNICAL details of the provider’s implementation, such as the PROGRAMMING language, deployment platform, and so forth. The service requester typically invokes operations by way of messages — a request message and the response — rather than through the USE of APIS or file formats.
- Cost Cutting
- Better reuse: Build new client functionality on top of existing Business Services.
- Well defined interfaces: Make changes without affecting clients
- Easier to maintain : Changes/Versions are not all-or-nothing
- Better flexibility
Below are the major benefits that we get from SOA.
|