基于jsp的在线购物中购物车的设计与实现.doc

约41页DOC格式手机打开展开

基于jsp的在线购物中购物车的设计与实现,随着internet的不断普及,人们对于互联网技术的要求已不单单是浏览一下网页,收发电子邮件,日益忙碌的人们开始追求足不出户的利用互联网这一强大的平台来实现的网上购物。对于企业来讲,无论是企业之间(b to b),还是企业和客户之间(b to c)的交易,如果能够实现网上交易将大大提高交易速度节约交易成本。运用jsp技...
编号:30-204501大小:616.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 wanli1988go 发布


随着Internet的不断普及,人们对于互联网技术的要求已不单单是浏览一下网页,收发电子邮件,日益忙碌的人们开始追求足不出户的利用互联网这一强大的平台来实现的网上购物。对于企业来讲,无论是企业之间(B to B),还是企业和客户之间(B to C)的交易,如果能够实现网上交易将大大提高交易速度节约交易成本。
运用JSP技术和数据库原理,基于B/S模式开发了一个网上购物系统。在的系统中,顾客可以很方便的注册成为会员,对商品进行浏览检索,查看商品的详细资料,然后根据各人的喜好购买心仪的商品。系统会自动为顾客生成订单,按照顾客所填写的信息提交订单并发货。


关键词:B/S模式、JSP、电子商务、数据库







Abstract


With the continuous popularity of Internet, there is the request of Internet technology has not just glance at the page, send and receive e-mail, an increasingly busy people began leaving home to pursue the use of the Internet to this powerful platform to realize online shopping. For enterprises, whether business-to-business (B to B), or between businesses and customers (B to C) transactions, online transactions can be achieved if the will greatly enhance the speed of the transaction to save transaction costs.
The use of JSP technology and database theory, based on B / S model has developed an on-line shopping system. In the system, customers can be easily registered as a member of commodities browser search, view detailed information on commodities, and then according to their preferences to buy your favorite products. The system will automatically generate orders for customers, in accordance with the information filled out by customers to submit orders and shipments.



Key words: B / S, JSP, e-commerce, MySql




目 录
1 绪论 1
1.1 课题背景 1
1.2 研究意义 1
1.3本课题主要研究内容 2
2 网上购物简介 3
2.1网上购物发展急需解决的问题 5
2.2问题解决方案 5
2.2.1硬件方面 6
2.2.2软件方面 6
3.开发系统用到的语言 9
3.1 JAVASCRIPT介绍 9
3.2 JSP介绍 11
3.3HTML语言介绍: 12
3.4通过JDBC对数据库进行访问 13
4系统需求分析 15
4.1系统需求 15
4.2系统功能 16
5系统设计 17
5.1模块功能设计 17
5.1.1在线购物流程图显示: 18
5.1.2用户注册流程 18
5.1.3用户登陆流程 19
5.1.4购物车流程 20
5.2数据库设计 21
5.2.1 数据库的分析 21
5.2.2 数据库的设计 21
5.2.3 创建数据库脚本 23
•6系统界面实现 25
6.1登录界面的实现 25
6.2商品列表界面的实现 25
6.3 购物车页面显示: 27
6.4操作订单界面显示 28
7系统的测试 29
7.1系统的测试意义 29
7.2测试目的 30
7.3 测试方法 31
7.4 系统功能测试用例 31
7.5 总结 32
8 总结 33
致谢 34
参考文献 35