A component is a piece of compiled code that can be assembled with other components to build applications.
A service is implemented by one or more components and is a higher-level aggregation than a component. Component reuse seems to work well in homogeneous environments; service orientation fills the gap by establishing reuse in heterogeneous environments by aggregating one or more components into a service and making them accessible through messages using open standards.
SOA also assists in promoting reuse in the enterprise. Services can provide a significant benefit because you can achieve reuse at many levels of abstraction compared to the traditional methods (in other words, object orientation provide only objects as the primary reuse mechanism). SOA can offer reuse at multiple levels, including code, service, and/or functionality. Tenet 1: Boundaries Are Explicit
Tenet 2: Services Are Autonomous Tenet 3: Services Share the Schema and Contract, Not the Class Tenet 4: Service Compatibility Is Based on Policy It is not practical to build monolithic systems in current multinational enterprises. These systems often take many years to implement and usually address a narrow set of objectives. Today a business needs to be agile and adapt processes quickly, and SOA is a design principle that can help address this business need.
No comments:
Post a Comment