- 1、本文档共23页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
目 录
摘 要 1
ABSTRACT 2
第1章 绪论 3
1.1 开发背景及意义 3
1.2 系统开发工具简介 3
1.3 MVC模式及架构概述 4
1.4 J2EE简介 5
第2章 系统分析 6
2.1 可行性分析 6
2.2 需求分析 7
第3章 系统的概要设计 8
3.1 总体框架 8
3.2 模块功能简介 9
3.3 数据流程 9
第4章 系统的详细设计及实现 11
4.1 详细设计 11
4.1.1 前台用户功能模块设计 11
4.1.2 后台用户功能模块设计 12
4.2 数据库设计 14
4.2.1 数据分析 14
4.2.2 数据库逻辑设计 15
4.3 在struts框架下系统功能模块的实现 17
4.3.1 前后台公共模块实现 17
4.3.2 前台模块功能实现 19
4.3.3 后台模块功能实现 20
总结与展望 21
参考文献 22
摘 要
随着互联网和宽带上网的普及,电子商务在中国更是异军突起,并日益渗透到人们的日常生活中。网上商品交易更是其重要内容。各种网上商品交易网站层出不穷。
本课题设计的目标是实现一个基于MVC(Module-View-Controller)模式的电子商城网站。论文先介绍了开发项目所用到的关键技术,接着从用户需求、经济和技术等三个方面对系统进行分析。在概要设计中,根据系统分析的结果,把系统分为前台和后台两大模块。根据前台和后台用户的不同需求,把前台细分为会员登录注册,商品查询,商品购买,订单查询等模块,把后台细分为管理员登录,商品设置,订单设置等模块。详细介绍了在基于MVC模式的struts框架下各个模块的实现过程,且以开发过程为基础对在 struts框架下实现的系统所具有的可重用性、可维护性可扩展性
ABSTRACT
With the popularization of Internet and accessing broadband network, e-commerce in China has suddenly appeared, and increasingly penetrates into daily life. Online commodity trading is an important. Online commodities trading website is increasing day by day.
The aim of this subject is designing an electronic mall site based on the MVC (Module-View-Controller) model. Firstly, this paper introduced the key techniques for using techniques of the development projects. Then it analyzed the system according to users needs, economic environment and techniques. In the summary design and according to the analysis results, system is divided into two modules. According to the different needs of users, requirements are divided into the sub-member login registered module, merchandise query module, purchase module, and orders inquiry module. Background is divided into sub-administrator login module, setup of merchandise module, and orders module. This paper described implementation process of various modules based on the MVC model struts framework.. And according to the development, process analyzes the system reuse, maintainability, and scalability advantages based on the struts framework in detail.
Keywords eclips
文档评论(0)