股票在线交易模拟系统设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
股票在线交易模拟系统设计与实现
1
股票在线交易模拟系统设计与实现
作者:杨国强
学号: 52020
班级:信管0401
指导老师:王莉娟
职称:讲师
摘要
本文首先介绍了J2EE平台的体系架构,及基于该平台而诞生,并被广泛应用的MVC(model—view—controller)开发模型。其次,简要描述了系统开发过程中使用到的关键技术—struts的原理及配置的核心代码。在需求分析阶段,抽象出系统的功能结构图,并建立了数据库表结构及关系模型。基于以上技术背景及系统需求,形成了开发规范。其中包括文档、变量和数据表的命名规范,代码结构规范,及文件结构规范。同时提出了系统开发所需的软、硬件环境需求。然后,依据需求文档,逐一实现各个功能模块,并附带相应的核心代码,加以阐述详细设计过程和实现细节。最后,编写简要测试用例,完善系统,以期达到预结果,完成系统的设计与实现。
关键词:J2EE、MVC、股票交易
Abstract
This paper first introduced the J2EE platform architecture and MVC (model-view-controller) development model, based on the J2EE platform and was widely used. Second, a brief description of the system to use the key technologies in the process of developing , including struts and the core code of configuration. In the analysis of requirement stage, the functional structure of the system was abstracted, with the establishing database
3
structure and model. Based on the above technical background and system requirements, the development of a standardized was formed. It includes the documents, data sheets and variable naming standards, code of norms, standards and file structure. At the same time, the software and hardware environment needing in the system was constructed. Based on demand documents , I achieved the various functional modules one by one corresponding with the core code, to describe the detail design process and the achievement of the details clearly. Finally, I provided a brief test case to find bugs in the system, improve and complete the design and implementation.
Key words:J2EE、MVC、stock trade
目录:
第1章绪论 ............................................................................ 错误!未定义书签。第1.1节课题意义 .................................................................... 错误!未定义书签。第1.2节当前研究现状............................................................ 错误!未定义书签。
虚拟市场的研究........................................................... 错误!未定义书签。
4
存在问题和不足........................................................... 错误!未定义书签。
第2章系统规划与需求分析 ................................................ 错误!未定义书签。
第2.1节系统描述 ................................................................... 错误!未定义书签。
2.1.1用户管理模块...................................................... 错误!未定义书签。
2.1.2股票交易模块...................................................... 错误!未定义书签。
第2.2节功能描述 .................................................................... 错误!未定义书签。
2.2.1注册功能.............................................................. 错误!未定义书签。
2.2.2 登录...................................................................... 错误!未定义书签。
2.2.3 股票查询.............................................................. 错误!未定义书签。
2.2.4 股票买卖.............................................................. 错误!未定义书签。
2.2.5 历史查询.............................................................. 错误!未定义书签。
2.2.6 实时股价.............................................................. 错误!未定义书签。
第3章系统的总体设计 ........................................................ 错误!未定义书签。
第3.1节 J2EE三层架构......................................................... 错误!未定义书签。
3.1.1 ................................................................................... 用户界面层错误!未定义
3.1.2 业务逻辑层......................................................... 错误!未定义书签。
3.1.3 数据服务层......................................................... 错误!未定义书签。
第3.2节架构设计 .................................................................... 错误!未定义书签。
3.2.1 MVC开发............................................................ 错误!未定义书签。
5