摘要
信息管理系统的开发通常遵循分层体系结构,而数据层是多层体系中最为关键和重要的一层。数据建模是对数据进行分析和设计的一种有效手段。利用多年系统开发经验对数据层的开发过程进行总结,归纳出了一套有效的数据层开发框架,并对这个框架的实施步骤进行了描述。通过一个实例来说明如何运用这个框架将数据模型映射为关系数据库和代码,从而实现将3者有机地结合起来,快速地完成代码的编写和单元测试工作。最后对这个框架的适用范围和下一步的研究内容进行了探讨。
Information management system development often follows the multi-layer architecture,the data layer is the most critical and important level in multi-layer system.Data modeling is an effective means to analyze data and design.This paper sum up an effectively framework for the data layer based on years of experience in system development.In addition,implementation steps are described.An example is illustrated to how to use the framework to map data model into relational database and code respectively,which can integrate three parts altogether to finish the preparation of coding and unit testing.Finally,the scope of framework and content of future research are discussed.
出处
《软件导刊》
2010年第8期28-30,共3页
Software Guide
关键词
数据建模
分层结构体系
开发框架
Modeling
Layered Architecture
Development Framework