Service layer pattern: Difference between revisions

Content deleted Content added
clean up, typos fixed: et al → et al. (2) using AWB
copy-edits
Line 3:
{{One source|date=April 2010}}
 
'''Service Layers''' is a [[Design pattern (computer science)|design pattern]], applied within the [[service-orientation]] [[design paradigm]], which aims to organize the services<ref name='services'>
[http://www.whatissoa.com/p11.php services]</ref>, within a service inventory<ref name='serviceinventory'>
[http://www.whatissoa.com/p13.php service inventory]</ref>, into a set of logical layers. Services that are categorized into a particular layer share the same type of functionality. This helps to reduce the governanceconceptual burdenoverhead related to managing the service inventory, as the services belonging to the same layer only containaddress a particularsmaller typeset of solution logic and as a result are easy to maintainactivities.
 
==Rationale==