首页
会员中心
到顶部
到尾部
Java毕业设计

基于Web的农家乐网站设计与开发(论文+开题报告+设计源码)

时间:2020/10/13 14:52:01  作者:  来源:  查看:0  评论:0
内容摘要: 摘  要二十一世纪,网络化、信息化等名词已经成为当下时代的标签,且随着Internet的飞速发展,网络应用日益广泛,互联网已经成为当今社会一个非常热门的研究领域,如:电子商务,网络教学,网络游戏,网上医疗等。本文首先分析市场上已存在订餐系统的实际需求和业务流程,...

 

二十一世纪,网络化、信息化等名词已经成为当下时代的标签,且随着Internet的飞速发展,网络应用日益广泛,互联网已经成为当今社会一个非常热门的研究领域,如:电子商务,网络教学,网络游戏,网上医疗等。

本文首先分析市场上已存在订餐系统的实际需求和业务流程,再结合顾客的习惯消费方式,设计并实现了一个实用的农家乐网站。具体研究内容包括以下几个方面:首先,本文在讨论网上订餐市场趋势和市场优势的基础上,分析系统的功能需求和非功能性需求,并对系统需求以用例图和用例描述的形式进行详细说明。其次,在需求分析基础上,根据系统需求提出系统设计目标和原则,分别设计了系统技术架构和功能架构。其中,技术架构主要考虑系统的可扩展性、可维护性以及性能问题,采用分层模型的J2EE架构,设计和分析了各层的功能;而功能架构设计主要讨论了系统各部分的功能组成,并给出一个动态的系统功能流程。再次,在系统架构设计的基础上我们进行了农家乐网站的详细设计。该部分按订餐用户、农家乐用户和系统管理员用户三个模块来设计系统,并对各个模块的设计进行了描述。在系统建模中,给出了农家乐网站的整体结构图,进而分别讨论了订餐用户、农家乐用户和系统管理员用户各个模块的详细设计。最后,本文对农家乐网站的应用情况作了简单介绍,并对系统进一步改进提出了建议。

综上所述,我们在分析业务需求和分析顾客的习惯消费方式的基础上,采用了SSH整合框架技术,设计并实现了农家乐网站

 

 关键词:信息化 电子商务 农家乐网站

ABSTRACT

    In the 21st century, informatization has become the contemporary label. With the rapid development of Internet and the increasingly wide range of network applications, Internet has become nowadays a very popular research fields, such as electronic commerce, network teaching, online games, online medical and so on.

In this paper, we design and implement a practical online meal ordering system  by analyzing some existing meal ordering systems and the actual needs of the business process, and combining the habits of customers. Specifically, we first will discuss the functional and non-functional requirements of the system based on the market trends and advantages. Then we present a detailed description of the system requirements by some case diagrams and descriptions. Secondly, according to the function analysis, we propose the design goals and principles of this system, and the technical and functional frameworks of this system. Among them, for the technical framework the scalability, maintainability and performance of this system are studied. We analyze and design the function of each layer by using the J2EE architecture of the layered model. For the function of architecture design, we mainly discuss the functionality of each model of the system, and give a dynamic system process. Thirdly, we show a detailed design of online meal ordering system based on the above analysis. In the whole system, there are three modules including customers, restaurant owners and system administrators. We describe the overall structure of the online meal ordering system. Moreover, the detailed designs of three modules are described. Finally, we conclude the whole system and propose some suggestions for the further improvements.

In summary, we apply Struts, Spring, Hibernate framework technology to design and realize an online meal ordering system on the basis of analyzing the business needs and the customer's consumption patterns

 

KEY WORDS: Informatization  Electronic Commerce  Online ordering  

摘要

ABSTRACT

第一章 绪论1

1.1 农家乐网站的市场趋势1

1.2 农家乐网站的市场优势1

1.3 解决的主要问题2

1.4本文的主要工作2

1.5论文的组织结构3

第二章 预备知识5

2.1系统开发语言5

2.2系统开发工具5

2.3系统开发框架技术6

第三章 需求分析9

3.1 系统分析与设计目标9

3.2 可行性分析9

3.3 设计的总体规划10

3.4 功能分析10

3.4.1 用例图10

3.4.2 用例描述11

3.5.3 系统E-R25

3.5.4 主要功能活动图26

第四章 概要设计29

4.1 运行环境29

4.2 系统逻辑架构设计29

4.3 数据存储设计30

4.3.1 系统数据结构设计30

4.3.2 数据库表设计30

4.4 类模型设计34

4.5 运行设计34

4.5.1 运行模块组合34

4.5.2 运行控制35

4.6 系统出错处理设计37

4.6.1 出错信息37

4.6.2 补救措施37

4.6.3 系统维护设计37

第五章  详细设计39

5.1 程序系统的结构39

5.2 Customer类设计说明40

5.3 Restaurant类设计说明41

5.4 Order类设计说明42

5.5 Food类设计说明43

5.6 Message类设计说明44

5.7 Notice类设计说明45

5.8 Note类设计说明46

5.9 ShoppingCart类设计说明47

5.10 Admin类设计说明49

第六章 软件的实现与测试51

6.1 总体实现51

6.2 软件测试58

6.2.1 测试环境和测试工具58

6.2.2 测试策略和方案58

6.2.3 功能测试58

6.2.4 测试的结论59

第七章 总结与展望61

7.1总结 61

7.2 展望 61

参考文献62

 63

附录A: 主要源代码65

附录B: 软件使用说明书73

基于Web的农家乐网站设计与开发(论文+开题报告+设计源码)

基于Web的农家乐网站设计与开发(论文+开题报告+设计源码)

 基于Web的农家乐网站设计与开发(论文+开题报告+设计源码)

  



相关评论
Java毕业设计
    本类推荐
      广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号