欢迎光临,咨询了解计算机毕业设计项目,本站所有毕业设计作品均保证运行成功,可接定制!

  您当前所在位置:网站首页计算机毕业设计 > JSP >

订单管理系统jsp1009(毕业设计+论文)
作者: admin    作品价格:150 元      浏览:1002 次    更新日期:2022-05-14
 
 

各类大学生毕业设计源码程序,所有程序包售后、包运行、包调试!欢迎咨询...

 淘宝网店交易安全放心。。

  提示:本资料已审核过,内容严格保密,格式标准,质量保证。直接可以点击付款购买,然后联系客服人员发送作品资料!包调试!
    1.购买或者支付遇到问题,可咨询客服人员 QQ:1523433965
    2.本站提供所有毕业设计都包售后、包运行、包讲解、包调试。。
 
 

联系客服进行咨询!!

支付:     扫码加QQ:  扫码加V:
 

摘要
本论文的研究课题是《基于JSP技术的订单管理系统》的实现。本系统通过对数据库的信息检索及维护功能,为用户和管理员提供网上选购图书和订单的生成、管理服务。整个研究过程经过需求分析、系统设计、系统开发和测试四个阶段的工作。
本系统是基于Internet,采用浏览器/服务器的三层次结构,系统的服务器端(Server)由Servlets和JavaBean实现,负责客户端浏览器(Browser)与Web服务器(Web Server)间的通信,并以JDBC数据连接为基础实现了Web服务器(Web Server)与数据库(Microsoft Access XP)之间的数据交换。系统使用jdk1.4.0作为Java环境,Tomcat4.0服务器作为JSP的支持平台。
系统由四个功能模块组成:
 注册登陆模块:用户、管理员注册、登陆,并修改注册信息
 图书查询模块:用户可通过设置不同的搜索范围和关键字来查询图书,也可以通过分类查看来查看一类图书
 图书选购模块:用户对购物车中的图书进行添加、删除、修改数量,并对生成订单,在订单被审核前,可修改订单内容
 系统管理模块:管理员查看订单和其详细信息的,并通过审核订单来修改订单状态,审核后的订单用户不能修改;管理员也在这个模块中添加修改图书、分类、出版社等信息。
系统使用了JSP+JavaBean的开发模式,将对数据库、字符串等常用操作封装在JavaBean中,设计上使用了MVC模式(即模型、视图、控制)的思想,实现逻辑与显示的分离,JSP只负责页面的显示,而业务逻辑等由bean来实现,隐藏了复杂的数据库等程序逻辑操作,减少在JSP中脚本代码的使用,使得JSP页更加易于维护,并提高了系统的安全性。
本系统重点阐述了订单管理系统中“订”和“管”的问题,详细设计了系统中的图书选购模块和系统管理模块,解决了用户选购图书和管理员对订单管理的业务问题,达到了系统设计的预期目标。

关键字:JDBC    JavaBean    MVC
 
Abstract
The research subject of the present paper is the implementation of the Order Management System based on JSP technology. The system provides the users and administrators with the service of book purchasing, order creation and management on the Internet by querying and maintaining of the database. The whole research process is divided into four stages, viz. analysis of demands, and the design, development and testing of the system.
This system is based on the Internet, adopting the three-hierarchy browser/server. The server is implemented by Servlet and JavaBean, being responsible for the communication between Browser and Web Server. The server also implements the data exchange between the Web Server and Access database through a JDBC bridge. The system uses jdk1.4.0 as its Java environment and Tomcat4.0 as its JSP platform.
System includes 4 function modules:
 Register and login module: users and administrators register, login and modify their register information.
 Book search module: users can search books by setting different ranges and keywords; they can also look over a series of books by the categorical search.
 Book purchasing module: user can add, delete, modify the quality of books in the shopping vehicle and submit the orders. Before the orders are checked, the content of the orders can be modified.
 System management module: administrators examine orders and their details, and modify the status of the orders by the function of order checking, but the users cannot modify the order after the examination; in this module administrators can also add or modify the information of books, such as their categories and publishers.
System uses a pattern of “JSP+JavaBean”; it encapsulates the operations of database and string in a JavaBean. The design of the system is based on the thought of MVC (Model / View / Control) pattern, which implements the separation of logic and view. JSP is responsible for the view of the page, while the business logic is implemented by Beans, the complicated operations of program logic such as database are hidden, and the exploitation of scriplet is reduced, thus the maintaining of the JSP pages becomes easier, and the security of the system is strengthened.
The present system is proper to set forth the problem of “Order and Management” in the Order management system. In the system, the book purchasing module and system management module are particularly designed. The business problem, therefore, of users’ purchasing of books and administrators’ managing of orders is solved, thus the expected aim of the system design is accomplished.
 
论文题目:基于JSP技术的订单管理系统
目录
摘要 I
Abstract II
目录 IV
前言 VII
第一部分 绪论 1
1.1问题的提出 1
1.2课题的背景和意义 1
1.2.1什么是电子商务 1
1.2.2电子商务有哪些特性 2
1.2.3电子商务对社会经济会产生哪些影响 2
1.3系统平台 4
第二部分 相关技术介绍 5
2.1 JSP技术简介 5
2.1.1 JSP工作原理 5
2.1.2 JSP的优点 6
2.1.3 JSP的设计目标及其实现 6
2.2 Servlet技术 7
2.2.1 Servlet 技术概述 7
2.2.2 Servlet 与 JSP 之间的关系 8
2.3 JDBC技术概论 9
2.3.1 JDBC的任务 9
2.3.2 JDBC两层模型和三层模型 10
2.4 C/S结构及B/W/S三层结构 10
2.4.1 C/S结构 10
2.4.2 B/W/S三层结构 11
第三部分 需求分析 12
3.1引言 12
3.1.1编写目的 12
3.1.2背景 12
3.1.3参考资料 12
3.2任务概述 12
3.2.1目标 12
3.2.2用户的特点 13
3.2.3假定和约束 13
3.3需求规定 13
3.3.1对功能的规定 13
3.4运行环境规定 13
3.4.1设备 13
3.4.2支持软件 14
3.4.3接口 14
第四部分 系统概要设计 16
4.1系统功能模块划分 16
4.2数据库设计 17
4.2.1概念模型设计 17
4.2.2数据模型 19
4.3数据流程 20
4.4数据字典 22
4.4.1数据流 22
4.4.2数据处理 23
第五部分 系统详细设计与实现 26
5.1系统开发环境 26
5.1.1 JSP支持平台Tomcat4.0 26
5.1.2后台数据库Microsoft Access XP 28
5.2 JavaBean的使用 28
5.2.1 封装数据库操作的Bean 28
5.2.2 封装字符串编码转换的Bean 32
5.2.3 封装日期型变量格式化的Bean 32
5.3 系统中核心代码的实现 33
5.3.1购物车的实现 33
5.3.2分页显示的实现 41
5.4系统功能模块的实现 44
5.4.1用户登录/注册模块 44
5.4.2查询功能模块 53
5.4.3图书选购模块 57
5.4.4 系统管理模块 61
第六部分 研究成果与前景展望 67
6.1研究成果概述 67
6.2软件测试 67
6.2.1测试计划 67
6.2.2模块测试 68
6.2.3测试结果 70
6.3总结与展望 70
参考文献 72
致谢 73
附录A 软件使用说明 74
源文件 74
系统安装与配置 74
附录B 关键代码 75
 
前言
本论文的题目是《网上购书系统》。从来没有任何事物像互联网那样,对人类的活动产生如此深刻的影响,无论是政府、企业,以及个人,莫不如此。与此同时,IT工业也正面临着一场变革——传统应用向基于Internet/Web的服务模式转化。
翻开历史,我们可以看到互联网的形成和发展就是以分布性、开放性和平台无关性为基础的,这是Internet与生俱来的属性。随着互联网应用的发展,又引入了诸如RPC/COM/CORBA等技术,但这些技术在实际应用中又存在着很多不足和局限。他们的特定协议也难以通过防火墙,因而不适于Web上的应用开发。为了进一步开发基于Web的应用,相继出现了Sun公司的Sun ONE(Open Net Environment开放网络环境)和Microsoft公司的.NET两大Web服务技术体系。其中,Sun ONE以Java技术为核心,更接近或者满足互联网在智能化Web服务上对分布性、开放性和平台无关性要求,同时其在健壮性、安全性、组件化等方面也更为成熟稳定,获得了众多IT厂商和产品的支持,是目前唯一在市场上得到了广泛应用的技术体系。

 

   说明:本站所有程序都保证运行,每个题目都有对应的视频演示录像,截图文档等内容。

   如需要更多资料请联系客服人QQ::1523433965

 

 
 
  JSP最新设计 
 
JSP的国税发票管理系统159(毕业设计+论文)
JSP的供应管理系统158(毕业设计+论文)
JSP的超市管理系统157(毕业设计+论文)
JSP的采购审批管理系统156(毕业设计+论文)
JSP的CD商城购物网站设计155(毕业设计+论文)
JSP毕业设计管理系统154(毕业设计+论文)
JSP电影票预订网站153毕业设计+论文)
JSP物流管理系统设计152(毕业设计+论文)
JSP简易电子邮件系统与实现151(毕业设计+论
JSP电影订票网站的设计与开发150(毕业设计+

  最热毕业设计 
 
个人通讯录管理系统VF1011(毕业设计+论文)
基于Python的车辆销售数据分析系统
基于小程序的建筑设计资讯小程序设计与实现
B2B电子商务中的信息获取与交流研究1003(毕
教职工信息管理系统设计VF1013(毕业设计+论
电子商务中诚信保障是影响购物决策的关键因
汽车销售系统VF1012(毕业设计+论文)
电子商务存在的安全风险问题研究与防范1010
基于微信小程序的五子棋小游戏的设计
企业订单信息管理系统VF1001(毕业设计+论文)

 
诚邀技术加盟合作,IOS技术、Android、Delphi、微信小程序、C++等技术合作 !诚邀各大学校同学加盟代理合作,招聘学校代理,万份计算机成品作品代理权!
 
网站服务QQ:1523433965  网站服务QQ2:405425197 
 
权所有:Copyright 2007-2024 毕业程序设计工作室 www.bylw560.com 计算机毕业设计网客服服务!!蜀ICP备20001092号