看了一年左右的设计,发现做出一个优秀的界面设计,还是不太容易。Form/Control的设计方案、MVC、MVP等等,纷繁复杂。让人迷失在众多概念当中,无法自拔。所以先收集一些文章,慢慢研究。

Interactive Application Architecture Patterns
An Introduction to the Model-View-Controller, Model-View-Presenter, and Presentation-Abstraction-Control Patterns
http://ctrl-shift-b.blogspot.com/2007/08/interactive-application-architecture.html

GUI Architectures
There have been many different ways to organize the code for a rich client system. Here I discuss a selection of those that I feel have been the most influential and introduce how they relate to the patterns.
http://martinfowler.com/eaaDev/uiArchs.html

上篇作者提到的参考实例:
http://codebetter.com/blogs/jeremy.miller/archive/2007/05/21/thoughts-rants-and-arguments-my-devteach-2007-rollup.aspx

Application Architecture for .NET: Designing Applications and Services
http://msdn2.microsoft.com/en-us/library/ms978340.aspx

CodeProject上关于Model View Persenter还有好多文章,大多都是类似 View Interface之类的概念。看完《Interactive Application Architecture Patterns》后,比较了众多MVC模式,发现microsoft也再搞View Interface模式,比martinfowler的MVP还多了点发展,并且还推出了Smart Client Factory 和Web Client Factory那个方便的东东。

 posted on 2008-04-09 22:42  thh  阅读(641)  评论(0编辑  收藏  举报