java的花卉预订管理系统
1网络和电子商务的不断发展,使得网上预订花卉成为可能。对于花卉生产者来说,这种预订方式有无限的商机。基于这样的目的,本文所做的工作主要就是研究和开发一个花卉预订管理系统。本文首先对用到的软件开发技术进行了介绍,包括JSP, Servlet等。在此基础上,对本系统进行了详细的需求分析,明确了使用者的需求。根据使用者的需求确定了系统应提供的功能,然后对每一个功能的实现进行了分析与设计,同时进行了系统数据库的设计。接着阐述了系统重要模块的实现过程,进行系统测试的过程。最后说明了该系统需要完善的地方以及扩展的方向。
目 录
Abstract1
Key words1
引言1
1选题背景1
1.1问题的提出1
1.2国内外研究状况2
1.3 研究的目的和内容2
2 开发技术和开发环境简介3
2.1 JSP技术3
2.1.1 JSP技术出现的原因3
2.1.2 JSP技术简介3
2.1.3 JSP的网络拓扑图4
2.1.4 访问JSP文件的过程4
2.2 Servlet技术4
2.2.1 Servlet技术简介4
2.2.2 开发Servlet的三种方法4
2.2.3 Servlet的生命周期5
2.3 Tomcat简介 6
2.4 MVC设计模式7
3 系统分析.....9
3.1系统可行性研究9
3.1.1 经济可行性分析9
3.1.2 操作可行性分析10
3.1.3 技术可行性分析10
3.2系统需求分析10
3.2.1用户需求分析10
3.2.2 管理员需求分析11
3.3业务流程分析13
3.3.1用户预订花卉流程13
3.3.2管理员管理的流程16
4系统设计..16
4.1系统功能设计17
4.1.1系统的功能模块17
4.1.2 用户主要功能设计18
4.1.3 管理员主 *好棒文|www.hbsrm.com +Q: ^351916072^
要功能设计22
4.2数据库设计24
4.2.1数据库实体ER图24
4.2.2 局部ER图27
4.2.3 数据库表的设计28
5系统实现31
5.1系统整体实现思想31
5.1.1界面层31
5.1.2控制器31
5.1.3域模型31
5.1.4业务层31
5.2数据库实现32
5.2.1 MySql数据库32
5.2.2数据库连接配置32
5.3 主要功能模块的实现33
5.3.1主页面的实现33
5.3.2用户注册的实现35
5.3.3用户登录的实现37
5.3.4用户查看花卉详情38
5.3.5用户预订单的实现40
5.3.6用户提交订单的实现40
5.3.7用户取消订单的实现41
5.3.8用户评价花卉的实现43
5.3.9管理员管理花卉模块43
5.3.10管理员管理订单模块44
5.3.11销售评价模块页面45
5.4 系统环境46
6系统测试..47
7结论55
致谢56
参考文献56
基于java的花卉预订管理系统
网络工程专业学生 高成俊
指导教师 胡滨
JAVAbased Flowers Reservation Management System
Student majoring in network engineer GAO Chengjun
Tutor HU bin
Abstract:The development of network and ecommerce made it possible to reserve flowers online. To flower producers, this reserving pattern has unlimited business opportunities. Based on this objective, the main task of this study is to research and develop a flower reservation management system. At first, there are some introductions of the technologies used in developing the system, including JSP and Servlet. On this basis, a detailed requirement analysis had been carried out that has made the needs of the users clearly. According to their needs, this paper confirms and designs the functions that should be realized in the reservation management system as well as designing the system database. Then, it illustrates the procedure of implementing several important modules in this system and testing their functions. Finally, a summary has been made that point out the deficiencies of this study and the directions of improvement.
Key words: reserving flower; JSP; Servlet; MVC design pattern
引言 由于花卉市场需求旺盛和国家对农业进行战略性的结构调整,近年来,我国花卉年产值以超过20%的速度增长[1],花卉产业在我国经济建设中发挥了重要作用。但是,我国的花卉产业还存在较多的问题,其中一个重要问题就是:花卉营销方式落后[2]。随着信息技术的不断发展,信息化的销售方式成为了可能,而且势在必行。
1 选题背景
1. 1 问题的提出
目 录
Abstract1
Key words1
引言1
1选题背景1
1.1问题的提出1
1.2国内外研究状况2
1.3 研究的目的和内容2
2 开发技术和开发环境简介3
2.1 JSP技术3
2.1.1 JSP技术出现的原因3
2.1.2 JSP技术简介3
2.1.3 JSP的网络拓扑图4
2.1.4 访问JSP文件的过程4
2.2 Servlet技术4
2.2.1 Servlet技术简介4
2.2.2 开发Servlet的三种方法4
2.2.3 Servlet的生命周期5
2.3 Tomcat简介 6
2.4 MVC设计模式7
3 系统分析.....9
3.1系统可行性研究9
3.1.1 经济可行性分析9
3.1.2 操作可行性分析10
3.1.3 技术可行性分析10
3.2系统需求分析10
3.2.1用户需求分析10
3.2.2 管理员需求分析11
3.3业务流程分析13
3.3.1用户预订花卉流程13
3.3.2管理员管理的流程16
4系统设计..16
4.1系统功能设计17
4.1.1系统的功能模块17
4.1.2 用户主要功能设计18
4.1.3 管理员主 *好棒文|www.hbsrm.com +Q: ^351916072^
要功能设计22
4.2数据库设计24
4.2.1数据库实体ER图24
4.2.2 局部ER图27
4.2.3 数据库表的设计28
5系统实现31
5.1系统整体实现思想31
5.1.1界面层31
5.1.2控制器31
5.1.3域模型31
5.1.4业务层31
5.2数据库实现32
5.2.1 MySql数据库32
5.2.2数据库连接配置32
5.3 主要功能模块的实现33
5.3.1主页面的实现33
5.3.2用户注册的实现35
5.3.3用户登录的实现37
5.3.4用户查看花卉详情38
5.3.5用户预订单的实现40
5.3.6用户提交订单的实现40
5.3.7用户取消订单的实现41
5.3.8用户评价花卉的实现43
5.3.9管理员管理花卉模块43
5.3.10管理员管理订单模块44
5.3.11销售评价模块页面45
5.4 系统环境46
6系统测试..47
7结论55
致谢56
参考文献56
基于java的花卉预订管理系统
网络工程专业学生 高成俊
指导教师 胡滨
JAVAbased Flowers Reservation Management System
Student majoring in network engineer GAO Chengjun
Tutor HU bin
Abstract:The development of network and ecommerce made it possible to reserve flowers online. To flower producers, this reserving pattern has unlimited business opportunities. Based on this objective, the main task of this study is to research and develop a flower reservation management system. At first, there are some introductions of the technologies used in developing the system, including JSP and Servlet. On this basis, a detailed requirement analysis had been carried out that has made the needs of the users clearly. According to their needs, this paper confirms and designs the functions that should be realized in the reservation management system as well as designing the system database. Then, it illustrates the procedure of implementing several important modules in this system and testing their functions. Finally, a summary has been made that point out the deficiencies of this study and the directions of improvement.
Key words: reserving flower; JSP; Servlet; MVC design pattern
引言 由于花卉市场需求旺盛和国家对农业进行战略性的结构调整,近年来,我国花卉年产值以超过20%的速度增长[1],花卉产业在我国经济建设中发挥了重要作用。但是,我国的花卉产业还存在较多的问题,其中一个重要问题就是:花卉营销方式落后[2]。随着信息技术的不断发展,信息化的销售方式成为了可能,而且势在必行。
1 选题背景
1. 1 问题的提出
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/jsjkxyjs/1934.html