目录
摘 要 III
Abstract IV
第一章 绪 论 1
1.1 论文研究背景 1
1.2 模拟当当网购书网站的意义 1
1.3 网上购书网站的发展现状 1
1.4 本文所做的工作 2
1.5 本文的结构安排 2
第二章 可行性分析 3
2.1 社会可行性 3
2.2 技术可行性 3
2.3 操作可行性 4
2.4 系统的技术介绍 4
第三章 需求分析 8
3.1 用户功能模块分析 8
3.2 后台功能模块分析 9
3.3 数据库需求分析 10
第四章 前台的设计与实现 15
4.1 搭建项目框架 15
4.2 用户模块实现 17
4.3主页面模块实现 23
4.4 购物车模块实现 34
4.5下订单模块实现 35
第五章 后台管理的设计与实现 38
5.1 管理员登录 38
5.2 用户管理 39
5.3 商品添加 39
5.4 商品管理 41
5.5 安全退出 42
第六章 系统测试 43
6.1 测试目的与目标 43
6.2 测试方法 43
6.3 测试用例 44
6.4 测试结论 45
总 结 47
致 谢 48
参考文献 49
摘 要
随着科学技术的进步,计算机行业的迅速发展,大大提高人们的工作效率。计算机信息处理系统的引进已彻底改变了许多系统的经营管理 。
网上书店可以方便用户,足不出户就能购买到自己想要的书,也可以方便书店节约经营成本,通过对当当网调查研究,开发了此购书系统。本系统解决了网上购书的常用基本问题以及相关统计工作。本系统中包含5个功能模块:用户模块,购物车模块,主页面模块,订单模块,以及后台管理模块。
本系统采用MVC模式进行项目的总体设计,使用jsp进行网页界面的设计,以及采用了开源框架Struts2,它采用了当今软件设计的最新技术,具有开发效率高、设计灵活、生成的软件界面友好美观等特点。本系统中通过JDBC驱动和数据库进行无缝连接,后端的数据库是mysql,也是一个开源的数据库系统,该数据库具有较高的完整性,一致性和安全性。Web服务器采用:Tomcat,是一个世界上广泛使用的支持JSP和Servlets的Web服务器。它在Java运行时上能够很好地运行并支持Web应用部署。所以用Tomcat做网上购书的后台服务器能够很好的完成任务。
关键词:当当网;购书;jsp网页开发语言;struts2框架;tomcat服务器
Abstract
With the progress of science and technology, the rapid development of the computer industry, improve people's working efficiency greatly.The introduction of computerized information systems have been changed many systems management.
Online bookstores can be user-friendly, remain within doors can buy the books they want, can also facilitate the bookstore to save operating costs, based on the investigation on dangdang.com, developed this book system.This system solves the online book commonly used basic problems and the related statistical work.This system contains 5 modules: user module, shopping cart module, main page module, module orders, as well as the background management module.
This system uses MVC mode to undertake the project design, the use of JSP webpage interface design, as well as the open source Struts2 framework, it adopted a software design of the latest technology, with the development of high efficiency, flexible design, generation of friendly software interface handsome features.In this system, through the JDBC drive and database for seamless connectivity, a back-end database is mysql, is an open source database system, the database has a high integrity, consistency and safety.The Web server: Tomcat, is one of the world's widely used to support JSP and Servlets Web server.It is in the Java runtime to run well and support Web application deployment.So done with Tomcat online book background server can be very good to complete the task.
Key words:dangdang.com,book, tomcat,jsp,struts2