This glossary supports the following titles:


SOA: Principles of Service Design (ISBN: 01323 44823, Prentice Hall)

Service-Oriented Architecture: Concepts, Technology, and Design (ISBN: 0131858580, Prentice Hall)

Service-Oriented Architecture: A Field Guide to Integrating XML & Web Services (ISBN: 0131 428985, Prentice Hall)

For more information about this book series, visit: www.soabooks.com
|
|
|

logic centralization

|
Centralizing service logic essentially positions that logic as the sole means by which the functionality it represents can be accessed. Logic centralization is a fundamental SOA design pattern that advocates the establishment of services that define specific functional boundaries. The goal is to avoid overlap of these boundaries within a given service inventory so as to promote the eventual creation of a highly normalized service inventory.

Logic centralization is a core part of the Service Reusability design principle, as it helps maximize the reuse (and corresponding ROI) of agnostic services by ensuring that these services are, in fact, reused as much as they can be.


See also:

- contract centralization

- design pattern

- Service Reusability

|
|