基于J2EE的网上文化用品商店的设计与实现毕业论文_精品.doc
文本预览下载声明
基于J2EE的网上文化用品商店的设计与实现
摘要
设计作品的内容是设计并且实现一个基于j2EE技术的网上文化用品商,它可以实现在网上购买所需要的文化用品的功能,包括用户登录,商品管理以及订单处理等功能。
本系统以j2EE作为开发的基础,主要使用了spring+struts2+hibernate等多种框架结合使用,用myeclipse作为开发工具,以SQL Server作为数据库,以Dreamweaver作为美化界面的工具,页面采取动态页面开发技术,使用JAVA语言开发。
该系统的优点是容易维护、操作方便并且界面简单,缺点是功能不是非常丰富,不适合用户量巨大的购物平台。
关键词:网上文化用品商店;S.S.H;JAVA ;JavaScript(JSP)
Based on the J2EE the design and implementation of online culture supplies store
ABSTRACT
The content of the design work is to design and implement a cultural goods online business based on the j2EE technology, it can be implemented in the online purchase need the function of cultural goods, including user login, goods management, and order processing, and other functions. This system based on j2EE as a development, mainly USES the spring + struts 2 + hibernate and other framework used in combination, use myeclipse as a development tool, SQL Server as database, using Dreamweaver as beautify interface tools, page dynamic development technology, USES JAVA language development. The system has the advantage of easy maintenance, easy operation and simple interface, the disadvantage is that function is not very rich, is not suitable for users huge shopping platform.
Keywords:Online shopping mall;SSH;JAVA;JavaScript(JSP)
目录
1 绪 论 1
1.1 课题研究的背景 1
1.2 课题研究的意义 1
1.3 课题研究的主要内容 2
2 系统开发环境及技术的简介 3
2.1 系统开发环境 3
2.1.1 MyEclipse 3
2.1.2 数据库简介 3
2.1.3 Tomcat 3
2.2 系统开发的思想与技术 4
2.2.1 JSP技术与MVC模式以及系统的基本框架 4
2.2.2 S.S.H框架的优点 4
3 系统总体设计 6
3.1 总体功能模块 6
3.2 系统管理员的功能模块 7
3.3 用户功能模块 7
3.4 系统业务描述 7
3.5 程序流程图 8
4系统详细设计与实现 9
4.1 系统和数据库的配置 9
4.2 概念模型设计 9
4.3 数据库逻辑模型 9
4.4 数据库表结构 14
4.5 平台数据表的设计 17
5 系统功能实现 20
5.1 程序的类图 20
5.1.1 订单Dingdan类图 20
5.1.2 订单条目Dingdanitem类图 20
5.1.3 订单统计Tongjidj类图 20
5.1.4 购物车Gouwuche类图 21
5.1.5 评价Pingjia类图 21
5.1.6 商品分类Cagegory类图 22
5.1.7 商品统计Tongjiproduct类图
显示全部