当前位置:主页 > 管理论文 > 物流管理论文 >

基于MVC模式SSH2框架的企业物流管理系统的设计与实现

发布时间:2016-07-03 22:11

  本文关键词:基于MVC模式SSH2框架的企业物流管理系统的设计与实现,由笔耕文化传播整理发布。


基于MVC模式SSH2框架的企业物流管理

系统的设计与实现

摘要

业务管理是各大物流公司中的一项重要工作,原有的人工管理方式存在着这样或那样很多的不足。因此,我们需要借助辅助工具来进行管理,使物流业务系统管理更快捷、更方便、更高效。因此有必要开发物流业务管理系统软件来辅助企业的管理。

本系统软件是基于MVC模式开发的,用Struts2十Spring+Hibernate具体实现的,就当今物流系统的三大主流问题进行了分析和解决。第一,就是网站的安全问题。几乎每个网站都会遇到数据重复提交的安全隐患问题。比如防止重复刷新、防止后退等等都是属于系统为避免重复记录而需要解决的问题。本文中提出了基于Struts2的令牌思想,从根本上解决了这一问题。第二,就是由于物流过程中参与人数众多,并且每个物流公司提供的信息过于复杂,从而工作量非常大,给查询、修改、审核信息的更新工作带来了很多的不便。本文中运用了基于hibernate的o/RMapping机制,在系统开发过程中只需要通过文件的配置,就可以让系统以对象整体的方式进行使用,而无需关心数据库的底层映射关系和字段,只需关注于对象的属性和方法就可以了。第三,就是整个物流系统的权限问题。本文详细介绍了一种方法Acegi,该方法将Struts2与RBAC有效的结合起来,实现了最终的权限控制。本论文最后从整体实现的角度上,以财务管理模块为例,详细论述了该系统的实现过程。

该企业物流管理系统是一个适用于所有中小型物流公司的一个小型但功能丰富的管理系统,本着快捷、方便、高效的原则进行设计开发。它能够方便的查看该物流公司的产品基本信息,并且物流公司人员能够及时处理、更新、审核信息,这些操作都可以很方便快捷的在该系统上完成。

关键词:MVC;Struts2;Spring;Hibernate;企业物流管理系统

,,

TheTriPIeMasterBusinessManagementSystemDesignand

I呷IimentBasedOntheSSH2FramworkofMVCMode

Abstract

Businessmanagementisaveryimportantworkforeachlogisticscompany.Thereissomewhatdeficiencyfortheinitialhumanmanagement.SoweneedtorelyontheassistancetoolstomanagethewholesystemwhichCanmakethemanagementbusinesssystemfaster,moreconvenientandmoreefficient.Therefore,itisnecessarytodeveloplogisticsbusinessmanagementsystemsoftwaretoassistenterprisesmanagement.

ThesystemsoftwareWedevelopbasedonMVCmodeandisrealizedbytheStruts2+spring+hibematedetailedly.Andthissystemfocusesontheanalysisandresolutionaboutthethreemajorissues.Firstly,itisthesecurityofthewebsite.Almosteachsitewillencounterthissafetyissuewhichdataissubmittedrepeatedly.Suchastopreventtheduplicationofrefresh,topreventthepagebackofwebsite,etc,whichbelongtothesystemtoavoidduplicatingrecordsandneedtoberesolved.ThethesishasproposedatokenthinkingbasedonStruts2,whichCanresolvetheproblemfundamentally.Secondly,becausethelogisticsprocessisthelargenumberofparticipantsandeachcompanywhichprovidesinformationonthelogisticsistoocomplicated,andthentheoverloadisverylarge,whichbringsalotofinconvenienceforquerying,modifying,reviewingandupdatinginformationofthesystem.ThethesisusesetheO/RMappingmechanismbasedonthehibernateanddevelopment

inthesystemonlythroughtheconfigurationfile,youCanmakethesystemtheobjectasawholemanner,withoutconcerntotheunderlyingdatabasemappingandfield,butonlyfocusontheobjectpropertiesandmethodsaboutit.Thirdly,itisthewholelogisticssystempermissionissues.ThispaperdetailedlydescribesamethodthatisAcegiwhichCancombineStruts2withRBACeffectivelyandfinallyrealizetheaccesscontr01.Thethesisfinallyrealizedfromtheoverallnprocessuse

perspective,tofinancialmanagement,forexample,discussesindetailtheprocessofimplementationofthesystem.

Thisbusinesslogisticsmanagementsystemisasmallbutfeature-richmanagementsystemwhichissuitforthesmallandmediumsizedlogisticscompanies.Andthedevelopmentisaccordingtothefast,convenientandefficientdesignprinciples.Itcaneasytoviewthebasicinformationlogisticscompany’Sproductsandlogisticsstaffcanhandle,updateandreviewtheinformation

onpromptly.AlloftheoperationCanbeveryconvenientlyandfastcompletedthesystem.

KeyWords:MVC;Struts2;Spring;Hibernate;BusinessLogisticsManagementSystemIII

目录

摘要….………........…..…...….........1Abstract.........................................II1引言.....….................…................11.1研究背景…………………………………………………………………….11.2研究现状及发展方向……………………………………………………….11.3研究内容、目的及意义……………………………………………………一21.4本系统技术特点……………………………………………………………一31.5论文组织结构…………………………………………………………………32J2EE架构及MVC设计模式.............……..…..52.1J2EE平台…………………………………………………………………………………………一52.1.1J2EE体系架构…………………………………………………………….52.1.2J2EE服务技术…………………………………………………………….72.1.3J2EE平台的优点…………………………………………………………….92.2Modell与Model2…………………………………………………………………………….112.2.1Model】.……….…..…….…….…….…..….…..….…..….….…....………..….…....…..…112.2.2Model2……….….….…..………….….…..…..…......….…….....………...………......…122.3MVC模式……………………………………………………………………………………….132.3.1设计模式概念…………………………………………………………132.3.2MVC模式思想及组成…………………………………………………….132.3.3bflfC模式在J2EE平台中的应用…………………………………………162.4基于MVC的框架介绍……………………………………………………l72.4.1.Struts2…….….…………....…….….....……..…....…….……….……….….…..….…..172.4.2Spring…………………………………………………………………………………………..202.4.3Hibernate…….…………...……..….….……..…....….…….....………...….…..…......223SSH2开发框架…………………..……..….253.1为何选择SSH2框架………………………………………………………253.2SSH2框架的详细设计…………………………………………………….263.3SSH2框架实现流程……………………………………………………….274系统整体设计…………………..…………314.1系统结构设计………………………………………………………………314.2系统数据库设计……………………………………………………………355系统核心问题及解决方案………….………...415.1系统设计的核心问题………………………………………………………41


  本文关键词:基于MVC模式SSH2框架的企业物流管理系统的设计与实现,由笔耕文化传播整理发布。



本文编号:65420

资料下载
论文发表

本文链接:https://www.wllwen.com/guanlilunwen/wuliuguanlilunwen/65420.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户f698b***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com