This glossary supports the following titles:


SOA Design Patterns


Web Service Contract Design & Versioning for SOA


SOA Principles of Service Design

Service-Oriented Architecture: Concepts, Technology, and Design

Modern SOA Infrastructure: Technology, Design, and Governance
SOA with REST
Next Generation SOA: A Real-World Guide to Modern Service-Oriented Computing
SOA with .NET & Azure
SOA with Java
SOA Governance
SOA Security: Practices, Patterns, and Technologies for Securing Services
SOA and Cloud Computing: Practices, Patterns, Technologies

This glossary also supports the SOA Certified Professional (SOACP) program.

For more information, visit: www.soacp.com
and
www.soaschool.com


|
|
|

capability granularity

|
The quantity of functionality encapsulated by a specific service capability determines the level of corresponding capability granularity. For example, a Get capability that retrieves an entire business document may be considered coarse-grained, whereas a GetHeader capability that only retrieves a subset of the business document is more fine-grained.

Regardless of the overall level of service granularity, a service can contain a combination of fine and coarse-grained capabilities.

Capability granularity represents one of four types of design granularity, the other three being service, data, and constraint granularity. Each of these granularity types is affected differently by the application of service-orientation design principles.


See also:

- constraint granularity

- data granularity

- service granularity

|
|