- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
股票在线交易模拟系统设计与实现
股票在线交易模拟系统设计与实现
作者:杨国强
学号:200452020
班级:信管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 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章 绪论 5
第1.1节 课题意义 5
第1.2节 目前研究现状 6
虚拟市场的研究 6
存在问题和不足 6
第2章 系统规划与需求分析 7
第2.1节 系统描述 7
2.1.1用户管理模块 7
2.1.2股票交易模块 7
第2.2节 功能描述 7
2.2.1注册功能 7
2.2.2 登录 8
2.2.3 股票查询 8
2.2.4 股票买卖 8
2.2.5 历史查询 8
2.2.6 实时股价 9
第3章 系统的总体设计 10
第3.1节 J2EE三层架构 10
3.1.1 用户界面层 10
3.1.2 业务逻辑层 11
3.1.3 数据服务层 11
第3.2节 架构设计 11
3.2.1 MVC开发 11
3.2.2 struts技术应用 14
3.2.3 Data Access Object 18
3.2.4 其他层的设计 18
第3.3节 业务对象设计 20
第3.4节 数据库设计 21
3.3.1 系统数据分析 22
3.3.2 数据库的字段结构 22
第3.5节 开发环境的选取 24
3.4.1 Java开发工具
文档评论(0)