Content deleted Content added
Rescuing 3 sources and tagging 0 as dead.) #IABot (v2.0) (GreenC - 5273 |
Robincantin (talk | contribs) Short description |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Short description|Computing design principle}}
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'>{{cite web|url=http://www.whatissoa.com/p12.php|title=Service Composition|publisher=|access-date=2010-03-04|archive-url=https://web.archive.org/web/20100311045214/http://www.whatissoa.com/p12.php|archive-date=2010-03-11|url-status=dead}}</ref>
Line 26 ⟶ 28:
* Support for exception handling.
* The availability of meta-data about service capabilities and behavior.
==See also==
*[[Executable choreography]]
*[[Service choreography]]
== References ==
{{Reflist}}
* Kjell-Sverre Jerijærvi.[http://www.infoq.com/articles/soa-contract-maturity-model SOA Contract Maturity Model][Online].Date accessed: 21 April 2010.
* Mauro. et al. [https://
* Dino Esposito.[http://msdn.microsoft.com/en-us/magazine/cc699560.aspx The HTML Message Pattern][Online].Date accessed: 21 April 2010.
* [[Service-oriented_architecture#Principles|Service-orientation Principles]]
|