Содержание
- 2. Three Tier Architecture Presentation Layer (UI classes) Business Logic Layer (data classes holding business logic) Persistent
- 3. Three Tier Architecture Presentation Layer (UI classes) Business Logic Layer (data classes holding business logic) Persistent
- 4. Three Tier Architecture Presentation Layer (UI classes) Business Logic Layer (data classes holding business logic) Persistent
- 5. Facade Шаблон фасад (англ. Facade) — структурный шаблон проектирования, позволяющий скрыть сложность системы путём сведения всех
- 6. Motivation Most software systems require persistent data (i.e. data that persists between program executions). In general,
- 7. Data Access Layer A better design is one that includes a data access layer which encapsulates
- 8. Program select * from Items rs.getString("Name") Program select * from Items rs.getString("Name") customer = dao.find(id) update(customer)
- 9. Data Access Layer To avoid problems associated with mixing SQL and application logic, SQL statements and
- 10. Program to an Interface; Not Implementation
- 12. Скачать презентацию