1. 程式人生 > >J2EE 中的幾種常用模式?及對設計模式的一些看 法

J2EE 中的幾種常用模式?及對設計模式的一些看 法

Session Facade Pattern:使用 SessionBean 訪問 EntityBean;

Message Facade Pattern:實現非同步呼叫;

EJB Command Pattern:使用 Command JavaBeans 取代 SessionBean,實現

輕量級訪問;

Data Transfer Object Factory:通過 DTO Factory 簡化 EntityBean 資料

提供特性;

Generic Attribute Access:通過 AttibuteAccess 介面簡化 EntityBean

資料提供特性;

Business Interface:通過遠端(本地)介面和 Bean 類實現相同介面規範

業務邏輯一致性;

EJB 架構的設計好壞將直接影響系統的效能、可擴充套件性、可維護性、元件可

重用性及開發效率。專案越複雜,專案隊伍越龐大則越能體現良好設計的重要性 。