基于SSH电子商城毕业论文 - 图文

2019-03-29 08:11

基于SSH电子商城的课程设计 课程名称课程代码题 目年级/专业/班 学生姓名学

号指导老师开题时间完成时间基于SSH电子商城

基于SSH电子商城

毕业论文(设计)原创性声明

本人所呈交的毕业论文(设计)是我在导师的指导下进行的研究工作及取得的研究成果。据我所知,除文中已经注明引用的内容外,本论文(设计)不包含其他个人已经发表或撰写过的研究成果。对本论文(设计)的研究做出重要贡献的个人和集体,均已在文中作了明确说明并表示谢意。

作者签名: 日期:

毕业论文(设计)授权使用说明

本论文(设计)作者完全了解**学院有关保留、使用毕业论文(设计)的规定,学校有权保留论文(设计)并向相关部门送交论文(设计)的电子版和纸质版。有权将论文(设计)用于非赢利目的的少量复制并允许论文(设计)进入学校图书馆被查阅。学校可以公布论文(设计)的全部或部分内容。保密的论文(设计)在解密后适用本规定。

作者签名: 指导教师签名:

日期: 日期:

注 意 事 项

1.设计(论文)的内容包括:

1)封面(按教务处制定的标准封面格式制作)

2)原创性声明

3)中文摘要(300字左右)、关键词 4)外文摘要、关键词 5)目次页(附件不统一编入)

6)论文主体部分:引言(或绪论)、正文、结论 7)参考文献 8)致谢

9)附录(对论文支持必要时)

2.论文字数要求:理工类设计(论文)正文字数不少于1万字(不包括图纸、程序清单等),文科类论文正文字数不少于1.2万字。

3.附件包括:任务书、开题报告、外文译文、译文原文(复印件)。 4.文字、图表要求:

1)文字通顺,语言流畅,书写字迹工整,打印字体及大小符合要求,无错别字,不准请他人代写

2)工程设计类题目的图纸,要求部分用尺规绘制,部分用计算机绘制,所有图纸应符合国家技术标准规范。图表整洁,布局合理,文字注释必须使用工程字书写,不准用徒手画

3)毕业论文须用A4单面打印,论文50页以上的双面打印 4)图表应绘制于无格子的页面上

5)软件工程类课题应有程序清单,并提供电子文档 5.装订顺序 1)设计(论文)

2)附件:按照任务书、开题报告、外文译文、译文原文(复印件)次序装订 3)其它

摘要 电子商务是利用电子信息技术和网络技术进行商务活动的一种先进手段。随着网络经济的迅猛发展,电子商务作为网络化的新型经济活动,逐渐成为主要发达国家增强综合竞争实力,赢得全球资源配置优势的有效手段。计算机和网络技术的应用推进了信息社会的进程,而电子商务则造就了全新的经济运行方式,将给社会经济带来重大的变革。电子商务为中小型企业的经营和管理打开新的局面。网络购物作为电子商务一个重要的应用,在新的贸易经济体制中占据了重要的位置,对未来的电子商务的发展发挥着主导作用,越来越受到人们的重视。

首先,本文简述了电子商务,尤其是网络购物发展现状,并根据一小型服装企业实际需求提出了构建基于SSH(Struts+Spring+Hibernate)整合框架的电子商务系统的项目计划。

其次,深入研究了轻量级Java EE应用体系结构。对所选框架分别进行分析和研究。Struts是一个实现了MVC模式的经典的框架;Hibernate是轻量级Java EE应用的持久层解决方案,以面向对象的方式提供了持久化类到数据表之间的映射,是优秀的ORM框架;Spring为企业应用提供了轻量级的解决方案:它的Ioc容器,AOP思想,以它为核心,整合持久层框架和Web MVC框架。通过三个框架的整合,可以构建可扩展、可复用、可移植、可维护的软件系统!

最后,在此基础上,严格按照软件开发规范设计本电子商务系统,对系统进行详细的需求分析、体系架构设计、概要设计及详细设计。最终实现了一个网上购物系统,系统分为前台和后台,前台主要功能包括注册和登录、商品浏览、个人信息管理、购物车、我的订单和网上支付,后台主要功能包括管理员信息管理、

用户信息管理、商品管理、商品分类管理、订单管理。通过实践,很好的整合了这三个框架,并将其应用到实际的项目中,达到了预期效果,体现了较高的研究价值和应用价值。此外,本电子商务系统的成

功的研发,不仅为中小型企业未来的运营模式提供一个示范,而且值得更多的传统企业关注和借鉴。

关键词:电子商务,Struts,Hibernate,Spring,Java EE,框架

Abstract E-commerce is an advanced business activity through electronic information technology and

network technology.With the swift development of cybereconomy,E-commerce,as a brand-new new network economic activity which is becoming all effective means of enhancing comprehensive competitive edge and gaining the advantage of global resource allocation for the major developed countries.Calculator with technical application in network propulsion social progress in information,but the electronic commerce then educated the all new economy the movement the method,will bring the social economy graveness replace.E-commerce opens up a new situation for the management and administrmion of the small and medium enterprises.Online shopping,as part of e。commerce,is very important in this new trade economic system,will display the leading role to the future electronic commerce development,mote and more to be valued.

This paper first gives a brief introduction on e-commerce,focusing on the current status and trends of online shopping in particular.An e-commerce system project proposal for a small garment enterprise,based on all integrated SSH(Struts+Spring+Hibemate)framework,is also provided.

The proposal is followed by an in-depth study Oil the lightweight Java EE application architecture.Struts is a classical framework which implements the MVC model.Hibernate is a lightweight Java persistence framework,it performs powerful object relational mapping from persistence classes to database tables.Spring framework has all IoC container and provides Aspect-oriented programming,and it is the core in integrating with the persistence framework and the Web MVC framework.Through integrating the three frameworks,a scalable,reusable,easy to migrate and easy to maintain software system Can be built.

The last part of this paper is a detailed design document of the e-commerce system.The document follows strictly the development specifications,which includes detailed requirement analysis,system architecture design,a summarised design and a detailed design.Finally,this paper implements an online shopping system,which divides into the onstage and the backstage.The onstage includes the main function of registration and logiIl,the

view of products,personal information management,the shopping cart,my order form and the net pays.The backstage includes the main function of administrators information management,user’s information management,commodity management,classification of goods management,order management and announcement-information management.The three frameworks are well integrated through practice,and expected effects are achieved in applying them on real projects.The overall results are satisfactory.In addition,the SUCCESS of e,-commerce system research and development,not only proffers a show-how for the future operating model of the small and medium enterprises,also is worth noticing and learning by more and more traditional enterprises.

Keywords:E-commerce,Struts,Hibernate,Spring,Java EE,framework


基于SSH电子商城毕业论文 - 图文.doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:中北大学物理性污染控制考试试题1 (2)

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: