笨笨
独学而无友,则孤陋而寡闻

随笔分类 -  Design Patterns

TDD- Secton 7 Why Mock Objects?
摘要:AN ILLUSTRATIVE EXAMPLE We're going to consider a simple, somewhat contrived example of a situation where mocks can help. First we will do it the hard way: creating our mocks e... 阅读全文
posted @ 2005-11-08 15:44 笨笨
UML2.0 In a Nutshell
摘要:1.不同分工的focus不同, How to resolve this in UML world( 参考UML2.0 In A NutShell Section 3.5):Different parties think of a project according to their different needs. Programmers think in terms of language an... 阅读全文
posted @ 2005-11-08 10:21 笨笨
EJB设计模式概述
摘要:http://dev2dev.bea.com.cn/techdoc/20031085.html一. 设计模式重要性采用EJB技术的J2EE项目中,EJB架构的设计好坏将直接影响系统的性能、可扩展性、可维护性、组件可重用性及开发效率。项目越复杂,项目队伍越庞大则越能体现良好设计的重要性。 二. 常见EJB设计模式Session Facade Pattern 通常项目中,客户端往往需要频繁的对服务器... 阅读全文
posted @ 2005-10-15 14:20 笨笨