说说你所熟悉或听说过的j2ee中的几种常用模式?及对设计模式的一些看法
Mention some common patterns in J2EE you know (or have heard of) and your thoughts on design patterns.
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
分类: Java, Design Patterns
标签: Session Facade, Message Facade, Command, DTO, Business Interface
参考答案摘要
答案 Session Facade Pattern:使用SessionBean访问EntityBean Message Facade Pattern:实现异步调用 EJB Command Pattern:使用Command JavaBeans取代SessionBean,实现轻量级访问 Data Transfer Object Factory:通过DTO Factory简化EntityBean数据提...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。