Recently lot of interviewers are asking
"What are开发者_StackOverflow中文版 the integration patterns are you familiar with?".
I know design patterns,what is integration pattern then?
To put it simply, its how the apps would integrate, that is - communicate, usually in an enterprise environment.
The integration could be of any sort ranging from network sockets, to web services, MSMQ, databases, BDCs; this includes data integration, functionalities, presentation, etc - among a range of technologies that may include SQL Server, IIS, Biztalk, MOSS, etc.
Integration Patterns
Enterprise Integration Patterns
精彩评论