100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > html购物车收藏夹实现 购物网站设计和实现毕业论文.doc

html购物车收藏夹实现 购物网站设计和实现毕业论文.doc

时间:2021-05-16 01:20:37

相关推荐

html购物车收藏夹实现 购物网站设计和实现毕业论文.doc

购物网站设计和实现毕业论文

毕业设计(论文)

题 目:基于Struts + Spring + Hibernate的购物网站设计与实现

学生姓名曹 逸学 号0303分 院信息工程分院专业班级计算机503班指导教师曹 平

5月 杭州

摘 要

本设计运用当前主流的Java技术,采用MVC开发模型,以Struts、Spring和Hibernate框架为基础开发了一个轻量级的网上购物系统。Struts用作控制器,Spring作为业务层,Hibernate作为数据持久层,开发中同时使用JSTL标签库。这些技术的整合,使得系统在各方面都能达到要求,并有利于系统的维护和升级。

系统分为前台部分和后台部分,前台部分主要实现的功能有顾客的注册和登录功能、查看商品信息功能、搜索商品的功能、购物车、收藏夹功能、个人信息维护管理功能;后台部分主要实现管理员管理商品信息、订单信息、目录信息和用户信息。

关键词:网上购物系统;Struts;Spring;Hibernate;JSTL;MVC模式

ABSTRACT

This design uses the mainstream Java technology to develop a lightweight online shopping application. MVC software developing model is adopted, based on the popular framework consisting of Struts, Spring and Hibernate, where Struts behaves as the controller layer, Spring as the service layer, and Hibernate as the data persistence layer. JSTL library is also used. With all these technologies together, the application achieves all the design purposes, and is flexible for update and maintenance.

The application consists of two main subsystems, the front end subsystem and the central management subsystem. For the front end subsystem, the features involve customer registration, login, information retrieval on merchandises, product search, shopping cart, preference folder, customer profile update. Product information update, orders process, category and user information management are the functions of the central management subsystem. In the mean time, the shopping cart can be used without login, the selected item can be added automatically.

Key Words:Online shopping system;Struts; Hibernate;JSTL;The Model of MVC

目 录

1引 言1

2相关知识和技术背景2

2.1J2EE概述2

2.2MVC设计模式3

2.3Struts MVC设计模式3

2.4Spring框架4

2.5Hibernate框架5

2.6Struts、Spring、Hibernate的整合6

2.7JSTL标签库7

3系统需求分析8

3.1B2C系统模块介绍8

3.2确定用户需求9

3.3需求规定10

3.3.1对性能的规定10

3.3.2输入输出要求10

3.3.3数据管理能力要求10

3.3.4故障处理要求10

3.3.5运行环境需求10

4系统概要设计11

4.1总体设计11

4.1.1环境配置11

4.1.2系统结构11

4.1.3总体模块11

4.2功能模块12

4.2.1用户顾客注册、登录模块12

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。