Posts tagged with integration
Integration: Coupling
Different integration solutions lead to different levels of coupling. Let's explore that.
Integration: Messaging
For the fourth and final integration option, we explore the use of asynchronous messaging.
Integration: Web Services
A third solution to our integration scenario is for one application to expose web services. How would that work?
Integration: ETL
Another solution to application integration to use extract/transform/load scripts to move data between the databases.
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: Scenario
Introducing a simple scenario where two applications need to integrate. Part of a series on integration approaches.