- Facade pattern - Wikipedia #ril
- Best Practice Software Engineering - Facade #ril
- Façade Design Pattern – Design Standpoint - DZone Java (2012-12-06) #ril
- Facade Design Pattern Example | Java Code Geeks - 2018 (2015-09-30) #ril
- façade Pronunciation in English 唸做 fer-sa-de
- facade | meaning of facade in Longman Dictionary of Contemporary English | LDOCE 唸做 "fəˈsɑːd",意思是建築物的 "正面"
- Core J2EE Patterns - Session Facade #ril
- Centralizes Security Management: 由於 facade 面對 client,對外提供 coarse-grained access -- 數量較少 (相較於背後 business components 提供的 fine-grained control points),在這一層管理 security policies 相對容易。
- Centralizes Transaction Control: 由於 facade 包裝不同 use case 的 workflow (全有全無的單位),跟 centralized security 一樣是 coarse-grained access 的考量,在這一層做 transaction management/demarcation 更合乎邏輯。
- Domain Driven Design and Development In Practice #ril
- Table 1. Security Concerns in Various Application Layers 提到 facade 要負責 "Role based authorization"。
- P of EAA: Data Transfer Object 面對 Remote Facade 這類的 remote interface 時,要減少 call 的數量,因為 call 的成本不低,也就是 call 要回傳更多/夠用的資料。
- 若吐出 JSON 結構是不是個選項? 搭配 GraphQL 甚至可以只拿必要的資料項??
- java - Data Transfer Object DTO Where to build - Stack Overflow #ril
- JPA implementation patterns: Service Facades and Data Transfers Objects — Xebia Blog (2009-05-11) #ril