🗊Презентация Data Access Patterns. Three Tier Architecture

Нажмите для полного просмотра!
Data Access Patterns. Three Tier Architecture, слайд №1Data Access Patterns. Three Tier Architecture, слайд №2Data Access Patterns. Three Tier Architecture, слайд №3Data Access Patterns. Three Tier Architecture, слайд №4Data Access Patterns. Three Tier Architecture, слайд №5Data Access Patterns. Three Tier Architecture, слайд №6Data Access Patterns. Three Tier Architecture, слайд №7Data Access Patterns. Three Tier Architecture, слайд №8Data Access Patterns. Three Tier Architecture, слайд №9Data Access Patterns. Three Tier Architecture, слайд №10Data Access Patterns. Three Tier Architecture, слайд №11

Вы можете ознакомиться и скачать презентацию на тему Data Access Patterns. Three Tier Architecture. Доклад-сообщение содержит 11 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1





Data Access Patterns
Описание слайда:
Data Access Patterns

Слайд 2





Three Tier Architecture
Описание слайда:
Three Tier Architecture

Слайд 3





Three Tier Architecture
Описание слайда:
Three Tier Architecture

Слайд 4





Three Tier Architecture
Описание слайда:
Three Tier Architecture

Слайд 5





Facade
Описание слайда:
Facade

Слайд 6





Motivation
Most software systems require persistent data (i.e. data that persists between program executions).
In general, distributing low-level data access logic throughout a program is not a good idea (design).
Описание слайда:
Motivation Most software systems require persistent data (i.e. data that persists between program executions). In general, distributing low-level data access logic throughout a program is not a good idea (design).

Слайд 7





Data Access Layer
A better design is one that includes a data access layer which encapsulates the details of the underlying persistence API.
It abstracts the low-level details of persistent storage.
It provides an interface that is usually a better match for the style of programming used in the domain logic. For example, the data access layer might provide an OO interface onto relational data.
Описание слайда:
Data Access Layer A better design is one that includes a data access layer which encapsulates the details of the underlying persistence API. It abstracts the low-level details of persistent storage. It provides an interface that is usually a better match for the style of programming used in the domain logic. For example, the data access layer might provide an OO interface onto relational data.

Слайд 8


Data Access Patterns. Three Tier Architecture, слайд №8
Описание слайда:

Слайд 9





Data Access Layer
To avoid problems associated with mixing SQL and application logic, SQL statements and data base design details are often encapsulated in a data access layer
The data access layer presents an interface that is convenient for application programs.
Описание слайда:
Data Access Layer To avoid problems associated with mixing SQL and application logic, SQL statements and data base design details are often encapsulated in a data access layer The data access layer presents an interface that is convenient for application programs.

Слайд 10





Program to an Interface; Not Implementation
Описание слайда:
Program to an Interface; Not Implementation

Слайд 11





Three Tier Architecture
Описание слайда:
Three Tier Architecture



Похожие презентации
Mypresentation.ru
Загрузить презентацию