软件工程

本类阅读TOP10

·PHP4 + MYSQL + APACHE 在 WIN 系统下的安装、配置
·Linux 入门常用命令(1)
·Linux 入门常用命令(2)
·使用 DCPROMO/FORCEREMOVAL 命令强制将 Active Directory 域控制器降级
·DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析
·基于ICE方式SIP信令穿透Symmetric NAT技术研究
·Windows 2003网络负载均衡的实现
·一网打尽Win十四种系统故障解决方法
·数百种 Windows 软件的免费替代品列表
·收藏---行百里半九十

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Classification of OO framework (Andrej Krajnc)

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

1, some definitions:

  • a framework is a reusable design of all or part of a system that is represented by a set of abstract classes and the way their instance interact.
  • a framework is a skeleton of an application that can be customized by an application developer.

2, how frameworks compare to other oo reuse techinques ?( component, class libraries, patterns )

  • vs. component: framework are generally consisted of more components, are more customizable and more complex interface than components.
  • vs. class libraries: framework provide reuse at a high level of abstration .
  • vs. patterns: patterns are more abstract than frameworks.

3,problems:

  • design , reusing and combination of framework are hard.
  • a framework becomes a large and tightly coupled collection of classes that breaks sound moduliarization principles and is difficult to combine with other similar frameworks;

4, Framelet: are small frameworks which have a clearly defined simple interface , do not assume main control of an application and are easier manage, understand and specialize.it might be a pragmatic compromise between design patterns and application frameworks.

5, history:

  • the first widely used one, write in Simula in the 1960's.
  • Smalltalk , MVC
  • MacApp
  • Et++
  • CommonPoint, HotDraw, ACE, JAWS, MFC, OWL,
  • COM/DCOM, CORBA, EJB/RMI, .NET
  • frameworks in Java:

6, Classifications:

  • By Johnson and Foote[1988]: Whitebox framework and Blackbox framework.
  • Fayad, SChmidt and Johnson[1999]: Graybox framework, grassbox framework

 

  • application framework( GUI, database etc), domain framework( banking, insurance?etc )?and support frameworks( utilities : distribute computing, file access?etc ).

 

  • Fayad and Schmidt[1997]: systgem infrastructure framework, middleware integragtion frameworks and enterprise applecation frameworks .

A, Extensibility, whitebox, blackbox,graybox,glassbox

B,Scope, system infrastucture, middleware integration, domain, enterprise and business collaboration frameworks

C,Approach: Object oriented, component oriented, service oriented and aspect oriented




相关文章

相关软件