Information Reuse in WCF

ぃ、小莉子 提交于 2020-01-30 06:29:45

问题


While reading SOA articles I came across an article in http://www.ibm.com/developerworks/websphere/library/techarticles/0806_boughannam/0806_boughannam.html . This explains about a Semantic/Logical service. There is an example of "request for organization data coming from sales department". This approach helps in overcoming the silos concept.

I was wondering whether there is any WCF implementation similar to the architecture mentioned in the article. Though I made some search, I could not find out one. Could you please provide details of such an implementation or provide a reference to a similar implementation in WCF?

READING:

  1. Enabling Business Capabilities with SOA http://msdn.microsoft.com/en-us/architecture/aa699435

  2. Service Virtualization With The Managed Services Engine http://msdn.microsoft.com/en-us/magazine/dd727511.aspx

  3. Managed Services Engine (MSE) Roadmap


回答1:


Building a platform for Service Oriented Architecture usually involves several technologies to fulfill the different requirements involved. WCF could be a part of that solution to provide different transport and message format options for services involved, but would not suffice as the only basis to build the platform on.

The architecture in the article is a fairly standard service oriented one for larger corporations and can be implemented in a variety of technologies. I would suggest you that you search that space and read about the various tools to see what fits your needs. The Microsoft space for example include Biztalk, AppFabric, WCF, NServiceBus, SOA Governance, Master Data Services and SSIS. As SOA environments can be technology-agnostics, you could also browse other vendors or Open Source initiatives.



来源:https://stackoverflow.com/questions/9555331/information-reuse-in-wcf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!