文档介绍:
基于代码生成的 web 快速开发平台设计#
陈中举,罗蓉蓉*
(长江大学计算机科学学院,湖北荆州 434023)
5
10
15
20
25
30
35
40
摘要:基于数据模型驱动的代码生成技术,设计和实现了一个 web 快速开发平台。平台具
有较强的通用性和扩展性,开发人员只需定义业务功能模块的基本信息以及相关数据模型,
即可完成 Web 应用程序的后台和页面编码工作,且生成的代码具有低耦合,易扩展的特点,
并且支持动态增加、删除业务表字段,以及各种界面的自定义控制。此外,平台提供了审核
和简单流程定义机制。经测试,本平台可以帮助软件开发人员缩短开发周期,提高研发效率,
并已经应用到实际 web 系统开发中。
关键词:计算机应用;代码生成;web 开发;数据模型
中图分类号:TP311
Design of Planform for rapid develop Web Application
Based on Code Generation
Chen Zhongju, Luo Rongrong
(Institute pute Science, Yantze University, HuBei JingZhou 434023)
Abstract: Rapid development platform for web application has been designed and implemented
based on the code generation technology of data driven model, which has the generality and
expansibility. Developers just need to define basic information and related data model of business,
the platform plete the web application code and the page generated code has the
characteristics of low coupling, high scalability, which support dynamic addition and deletion of
business table fields. Further, the platform can also provide audit and simple process definition
mechanism. After the test, the platform can help software developers shorten the development
cycle, improve the efficiency of research, and which has been applied to practical web system
development.
Keywords: computer application technology; code generatation; web developme