Category: Software, Database, Data

by The typical problem with layers is where is the application core logic?

An adapter is a bridge between the application and the service that is needed by the application.

We have an application that uses DB2 for database interactions and we want to switch to MongoDB to store data and provide results.

The key take away is to isolate the business logic from the delivery mechanisms and tools used by the system.

Related Articles