Posts tagged with integration

Apr 28 2011

Integration: Coupling

Different integration solutions lead to different levels of coupling. Let's explore that.

architecture integration coupling
Apr 27 2011

Integration: Messaging

For the fourth and final integration option, we explore the use of asynchronous messaging.

architecture integration messaging
Apr 26 2011

Integration: Web Services

A third solution to our integration scenario is for one application to expose web services. How would that work?

architecture integration wcf
Apr 24 2011

Integration: ETL

Another solution to application integration to use extract/transform/load scripts to move data between the databases.

architecture etl integration
Apr 22 2011

Integration: Shared Database

One solution to application integration is for the applications to just share the same RDBMS. Let's explore the pros and cons of this approach.

integration architecture
Apr 21 2011

Integration: Scenario

Introducing a simple scenario where two applications need to integrate. Part of a series on integration approaches.

integration architecture