CMMF Project Description

来源:互联网 发布:轻社区源码 编辑:程序博客网 时间:2024/06/13 19:28

cmmf:
  
   扩展:object-oriented   reflect  ploymorphic   Java,formerly known as oak,is an object-oriented programming language developed by Sun
    it shares many similarites with C,C++ and objective-c,but it is not based on any of those languages,nor have efforts been made to make it compatible with them.
   It added a few things C++ doesn't have like garbage collection and multithreading,they threw away C++ features like multiple inheritance and operator overloading
   Even more importantly Java was designed from the ground up to allow for secure execution of code across a network
   Furthermore Java was designed for cross-platform.
   Finally Java was designed to make it a lot easier to write bug free code,for example,strong typing,
   备注:encapsulation、inheritence、reflect、polymorph

   cmmf is a CBB,a common building block.it is responsible for generating menus for network management system.
It is a weak coupling comstructure.We created some tables to define menus and actions,inculding module table,action group table,action table,main menu table,popup menu table,toolbar table and some relationship tables.It not only is flexible and easy to extend,but also integrate with securtity filter.

原创粉丝点击