Oct
21
Introduction to Enterprise Integration Patterns
In this blog entry we will go through some of Enterprise Integration Patterns. These are known design patterns that aims to solve integration challenges. After reading this one would get a head start in designing integration solutions.
EIPs (in short) are known design patterns that provide solutions to issues/problems faced during application integration. The obvious question that comes to mind is, what are those issues/problems that we need to deal while integrating applications?
Applications are heterogeneous in nature, they are developed using different languages, runs on different OS’es, understand different data formats. Applications undergo a lot of change, they are subjected to upgrades, and their API’s change over time.
EIPs (in short) are known design patterns that provide solutions to issues/problems faced during application integration. The obvious question that comes to mind is, what are those issues/problems that we need to deal while integrating applications?
Applications are heterogeneous in nature, they are developed using different languages, runs on different OS’es, understand different data formats. Applications undergo a lot of change, they are subjected to upgrades, and their API’s change over time.