A Service Oriented Architecture is essentially a collection of services.
- These services communicate with each other.
- Services are software components that carry out business processes.
- Services have well defined interfaces.
- A service is the end point of a connection.
- Services are the interfaces to the business logic.
- Services are connected to each other with loosely coupled connections
Service-Oriented Architecture (SOA) is an architectural style that supports service orientation.
Service orientation is a way of thinking in terms of services and service-based development and the outcomes of services.
A service:- Is a logical representation of a repeatable business activity that has a specified outcome (e.g., check customer credit; provide weather data, consolidate drilling reports)
- Is self-contained
- May be composed of other services
- Is a “black box” to consumers of the service
No comments:
Post a Comment