CRUDMethod Request Target(s) and Repositories
CRUDMethod Request Target(s) and Repositories
Abstract
WindnTrees CRUDMethod generalizes request data communication amongst CRUD interfaces and in this tutorial we'll understand how CRUDView with request "target" defined, communicates data between controller and repositories.
CRUD2CRUD is interface neutral, data centeric and promotes controller to controller communication. Programmers are required to extend repositories with one interface instead of writing interface for every repository.
Please read following tutorials if you need to understand CRUD2CRUD communication architecture.