享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
posts - 98, comments - 2396, trackbacks - 162, articles - 45
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

02 2006 档案

posted @ 2006-02-19 20:14 idior 阅读(1307) | 评论 (0) 编辑 |

posted @ 2006-02-08 11:00 idior 阅读(1373) | 评论 (0) 编辑 |

posted @ 2006-02-07 14:05 idior 阅读(1446) | 评论 (1) 编辑 |

posted @ 2006-02-07 13:22 idior 阅读(1151) | 评论 (0) 编辑 |

posted @ 2006-02-07 13:04 idior 阅读(1129) | 评论 (0) 编辑 |

摘要: Visitor Pattern本来应该是什么样?什么是Double-Dispatch?为什么Visitor Pattern 需要使用Double-Dispatch. 不使用Double-Dispatch能实现Visitor Pattern吗?本文将进一步解读<<Design Pattern>>中的Visitor 模式。详细内容阅读全文

posted @ 2006-02-05 22:52 idior 阅读(2886) | 评论 (0) 编辑 |

摘要: 刚刚看了小陆的我对系统重构的理解有些想法,就随便激扬一下文字,谈谈自己对重构的片面理解。 Tip 不要当你需要新的功能的时候,或者原来的程序出了Bug,你才想起重构。 什么时候开始重构?这是首先需要考虑的问题。一个功能没有完成就开始重构吗?不是。所有功能都完成开始重构吗?更不是。重构是一项贯穿我们程序开发的工作,当一个功能完成(能够正常工作,通过单元测试)的时候就应该开始重构。既然都通过测试了,...阅读全文

posted @ 2006-02-05 21:25 idior 阅读(5108) | 评论 (9) 编辑 |

posted @ 2006-02-04 14:55 idior 阅读(683) | 评论 (0) 编辑 |

posted @ 2006-02-03 21:57 idior 阅读(647) | 评论 (0) 编辑 |

摘要: 1: Override VS. Overload 多态可以说是面向对象世界中一件锋利的武器, 封装变化是它的能力的体现。但是你听说过几种多态?Simple Polymorphism :the object whose method is called is decided run-time. multi- polymorphism :the object which method is calle...阅读全文

posted @ 2006-02-03 16:45 idior 阅读(2423) | 评论 (5) 编辑 |