Abstract
Enterprise information systems distinguish the Domain layer that handles the major business logic of an application, from the Data (Persistent) layer that handles storage concerns alone. The integration of these layers is not straightforward since usually the requirement is for partial persistency, i.e., persistency is required only for a subset of the Domain layer classes. Industry tools provide partial help by supporting convenient abstractions on top of concrete database systems. Nevertheless, the developer still has to design the concrete ties between the layers. In this paper we introduce a set of independent Data Access Patterns that provide the missing link towards full automation of the Domain-Data layers interaction. Specifically, we focus on patterns that handle mixed navigational structures between persistent and non-persistent classes. All patterns are based on a core Proxy-Data-Mapper pattern, that is shortly described and their application leaves the Domain layer intact. We also provide an algorithm for combined pattern application. An analysis of our algorithm has found it to be correct with respect to a specified set of Data Access Layer insertion. An implementation of our method is on the way.
Original language | English |
---|---|
Title of host publication | 17th International Conference on Software Engineering and Data Engineering, SEDE 2008 |
Pages | 97-102 |
Number of pages | 6 |
State | Published - 1 Dec 2008 |
Event | 17th International Conference on Software Engineering and Data Engineering, SEDE 2008 - Los Angeles, CA, United States Duration: 30 Jun 2008 → 2 Jul 2008 |
Conference
Conference | 17th International Conference on Software Engineering and Data Engineering, SEDE 2008 |
---|---|
Country/Territory | United States |
City | Los Angeles, CA |
Period | 30/06/08 → 2/07/08 |
Keywords
- Data source layer
- Design patterns
- Model-driven approach
- Persistency
- Refactoring
- UML
ASJC Scopus subject areas
- Software