Service layer pattern: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
{{One source|date=April 2010}}
 
'''Service layer''' is aan [[Architectural pattern|architectural pattern]], applied within the [[service-orientation]] [[design paradigm]], which aims to organize the services, within a service inventory, into a set of logical layers. Services that are categorized into a particular layer share functionality. This helps to reduce the conceptual overhead related to managing the service inventory, as the services belonging to the same layer address a smaller set of activities.
 
==Rationale==