Integration rules
2012-01-18 15:43 康杜 阅读(332) 评论(0) 编辑 收藏 举报Degisted from http://static.springsource.org/spring-integration/docs/2.0.0.RC1/reference/html/overview.html
It states “Spring Integration is guided by the following principles:
1. Components should be loosely coupled for modularity and testabiltiy.
2. The framework should enforce seperation of concerns between business logic and integration logic.
3. Entension points should be abstract in nature but within well-defined boundaries to promote reuse and portablity.”
I think that not only Spring Integration is guided by these principles, but also all other enterprise system integration architecture should follows this principles.