multibit-merchant icon indicating copy to clipboard operation
multibit-merchant copied to clipboard

Refactor DAOs as Read/Write services targeting MongoDB collections

Open gary-rowe opened this issue 12 years ago • 0 comments

Read/Write services following the CQRS pattern remove the currently anaemic service/DAO structure and replace it with a dedicated Read service for queries targeting particular use cases, and a simple Write service for create/update operations.

The intention is to create an optimal flow between the REST API and the Persistence API for simple queries that don't involve domain objects.

gary-rowe avatar Jul 23 '13 12:07 gary-rowe