您正在查看 "读书笔记" 分类下的文章
2008/07/25 09:00
1、Loose coupling is a fundamental concept of SOA(and large distibuted systems in general) aimed to reducing dependencies between different systems.
2、There are different forms of loose coupling,and you will have to find the mixture of tight and loose coupling that's appropriate for your specific context and project.
3、Any form of loose coupling has drawbacks.For this reason, loose coupling should never be an end in itself.
4、The need to map data is usually a |
2008/07/24 09:16
1、A service is the IT realization of some self-contained bussines functionality.
2、By focusing on the business aspects, a service hides technical details and allows business people to deal with it.
3、Technically, a service is an interface for (multiple) messages that are exchanged between provider(s) and consumer(s).
4、The complete description of a service form a consumer's point of view (signature and semantics) is called a "we |
|
|