posts - 32, comments - 118, trackbacks - 0, articles - 0

06 2006 档案

摘要: Active Record Pattern因为 Ruby on Rails而出名。ASP.NET 中广泛流的使用 Typed DataSet 的办法,其实也就是 Active Record Pattern。 因为 Typed DataSet 有很多弊端,又不是POJO Entity,所以被一开始就被我否定的了,但是不幸的是,同时我也否定了 Active Record Pattern。事实上这个模式...阅读全文

posted @ 2006-06-17 11:21 yysun 阅读(2475) | 评论 (5) 编辑 |

摘要: 现在主要做 .NET,但是每过一段时间总是要回头看看 Java 世界。看到了新的 EJB 3.0 spec。联想到最近这里有不少 ORM 的讨论,就顺便推荐大家看看这个 Java Persistence API in 60 Minutes。 Java 中的 Annotation 就是 .NET 中的 Attribute。虽然 Java 中有这个东东比 .NET 晚,但是通过 EJB 3.0,Jav...阅读全文

posted @ 2006-06-15 15:38 yysun 阅读(2226) | 评论 (6) 编辑 |

摘要: Smart Client Software Factory team is recommending the "Model View Presenter" pattern. They have created Guidance Package for using this pattern. From my experience, the "Presentation Model" pattern i...阅读全文

posted @ 2006-06-07 15:38 yysun 阅读(1607) | 评论 (0) 编辑 |