
20. OOA/OOD/Design Patten
文章平均质量分 79
rstevens
Linux,Network,Linux Kernel,football,soccer,snooker,pool,billiards,足球,台球
展开
-
Object-Oriented Application Frameworks
Object-Oriented Application FrameworksMohamed FayadDouglas C. SchmidtThe following is the guest editorial for the Communications of the ACM, Special Issue on Object-Oriented Application Framewor转载 2006-04-21 13:43:00 · 1632 阅读 · 0 评论 -
Java API Design Guidelines
Java API Design Guidelinesby Eamonn McManusDecember 28, 2005SummaryThere are tons of books and articles about how to design and write good Java code, but surprisingly little about the specific topic o转载 2006-05-29 20:26:00 · 1200 阅读 · 0 评论 -
Allen Holub's UML Quick Reference
Allen Holubs UML Quick ReferenceVersion 2.1.2 (2005/08/10)http://www.holub.com/goodies/uml/ © 2005, Allen I. Holub (http://www.holub.com). All rights reserved.转载 2006-05-25 18:11:00 · 2610 阅读 · 0 评论 -
ACE: Framework Design Rules
Original URL: http://www.cs.wustl.edu/~schmidt/rules.html Framework Design Rules This document describes design rules to follow while developing and using object-oriented frameworks for communi转载 2007-09-05 18:17:00 · 1536 阅读 · 0 评论 -
区分 UML 类图中的几种关系(图)
区分 UML 类图中的几种关系UML 类图中的 ”关联关系(association) “、”聚合关系(aggregation) “、”合成关系 (compostion)“ 和”依赖关系 (dependency)“ 不是很容易区分清楚,《UML distilled》 对这几个关系也没有解释的特别清楚。近日翻阅《Java 与模式》,发现其中对这些关系有较为清晰的描述,特摘录如下:1、关联关系原创 2007-09-08 13:14:00 · 4051 阅读 · 1 评论 -
主动对象(Active Object):用于并发编程的对象行为模式
最近在看 > 和 ACE 的源码,如果要深入理解 ACE,最好能结合 POSA2 >,但是此书中文版的翻译不佳,幸运的是,POSA2的大部分内容可以在 C++NP2 的翻译者马维达先生另一个翻译的技术文档 > 找到。本贴转自http://docs.huihoo.com/ace_tao/ACE-2002-12/Part-One/Chapter-6.htm主动对象(Active Object):用于并转载 2007-09-13 21:06:00 · 4105 阅读 · 0 评论 -
C/C++线程专有存储(Thread-Specific Storage):用于访问“per-Thread”状态的对象行为模式
最近在看 > 和 ACE 的源码,如果要深入理解 ACE,最好能结合 POSA2 >,但是此书中文版的翻译不佳,幸运的是,POSA2的大部分内容可以在 C++NP2 的翻译者马维达先生另一个翻译的技术文档 > 找到。本贴转自 http://docs.huihoo.com/ace_tao/ACE-2002-12/Part-One/Chapter-5.htmC/C++线程专有存储(Thread-Spe转载 2007-09-20 18:47:00 · 7587 阅读 · 0 评论