Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.6.5) |
Strikerforce (talk | contribs) Filled in 3 bare reference(s) with reFill () |
||
Line 1:
In computing, '''service composability''' is a design principle, applied within the [[service-orientation]] [[design paradigm]], that encourages the design of [[Service (computer science)|services]] that can be reused in multiple solutions that are themselves made up of composed services. The ability to recompose the service is ideally independent of the size and complexity of the service composition.<ref name='servicecomposition'>
This principle is directly responsible for the agility promised by SOA as it promotes composing new solutions by reusing existing services.<ref name='MP'>Michael Poulin.[http://www.ebizq.net/blogs/service_oriented/2009/02/evolution_of_principles_of_service_orientation_service_statelessness_part_6.php Evolution of principles of Service Orientation: Service Statelessness, part 7][Online].Date accessed: 21 April 2010.</ref>
Line 11:
The application of the service composability principle requires designing services so that they can be used in a service composition either as a service that controls other services, i.e. a controller service, or as a service that provides functionality to other services in the composition without further composing other services, i.e. a composition member.<ref name='MP' />
For the service to provide this dual functionality, the service contract<ref name='servicecontract'>
<br/>
The effectiveness of this principle depends upon the extent to which [[Service-orientation design principles|rest of the design principles]] have been applied successfully. The application of the [[standardized service contract]] principle makes the services interoperable with others, and helps to keep the composition design simpler by avoiding the need to perform runtime data model transformation.<ref name='IBMRed'>IBM Red Books [http://www.redbooks.ibm.com/redbooks/pdfs/sg247607.pdf Power Systems and SOA Synergy][Online].Date accessed: 21 April 2010.</ref> By applying the [[service loose coupling principle]], a service could be recomposed with the confidence that it would not create any form of negative coupling<ref name='CoupTypes'>[[Service loose coupling#Coupling types|coupling types]]</ref> with the other service in the composition. The application of the [[Service autonomy principle|service autonomy]] and the [[Service statelessness principle|service statelessness]] principles increase the reliability and availability of the service so that it be reused in multiple service compositions with increased confidence.
Line 18:
For the service to be an efficient service controller as well as a service member, the underlying technology architecture needs to provide a runtime environment that is scalable and can support the statelessness required by the service. Similarly as the service compositions increase in size, the storage and retrieval of the context data, related to the runtime interaction of the services, may need to be delegated to the runtime environment instead of the services managing this context data to make the service composition more efficient.
As more and more service compositions are built, there is a tendency of getting dependent on a service that is highly reused. This requires careful analysis during the design of the service compositions and considering alternate standby services for critical functionality. On the other hand, it may become difficult to evolve a service that is now become a part of multiple service compositions. This could be addressed by the application of the Concurrent Contracts design pattern that advocates maintaining multiple concurrent contracts for a service.<ref name='CC'>
Some of the factors that determine the composability potential of a service include:<ref name='Reddy'>Reddy. et al.[http://www.springerlink.com/content/36107373037136n2/fulltext.pdf Evaluating legacy assets in the context of migration to SOA][Online].pp 58.Date accessed: 21 April 2010.</ref>
|