Data Persistence & Management in Extended MVC Architectures
Classified in Computers
Written on in English with a size of 2.46 KB
Data Management Function in Extended MVC
The Data Management (DM) component provides the basic infrastructure for the storage and retrieval of objects within a system. Its primary purpose is to isolate the impacts of underlying data management technologies on the overall software architecture.
Specifying Data Management: Common Approaches
The most direct approach for this persistence layer is to provide a shadow class within the Data Management (DM) component for each persistent class in the other architectural components, such as the Problem Domain (PD) components. The standard DAO (Data Access Object) pattern is widely used for this task.
Essential Features for Data Management Construction
Three important features for constructing the Data Management... Continue reading "Data Persistence & Management in Extended MVC Architectures" »