摘要
当系统中页面很多时,针对每个页面分别设计实现的方法开发成本太高,且难以维护。为了解决这个问题,提出了动态页面设计模式。这种模式使用动态领域建模的方法,将页面上的控件抽象成领域元素,控件的特性抽象成元素的属性,然后在领域模型的基础上建立一个页面设计平台。使用该平台可以在不修改源代码的基础上,可以动态地新增或修改页面,对于有特殊要求的页面,使用服务,插件等方法进行实现。这种方法具有很高的理论和应用价值。
The widely used approach to develop a page is to design each page separately.If there are a lot of pages in a system,this method will increase development and maintenance costs.In order to solve this problem,Kingdee Company proposed a page design mode based on dynamic domain model.In the mode,the controls on the page are Abstracted into the field elements,and the features of control are Abstracted into the characteristics of element.Then a page design platform is created based on the dynamic domain model.Using the design platform,pages are dynamically added or modified without modifying the source code.If there are special requirements to some pages,the service and plug-ins are used to solve the problem.This method has highly theoretical and applied value.
出处
《计算机工程与设计》
CSCD
北大核心
2012年第6期2260-2264,共5页
Computer Engineering and Design
关键词
企业资源计划系统
动态页面
模式显示控制
领域模型
算法
enterprise resource planning system
dynamic pages
mode view control
domain model
algorithm