欢迎来到天天文库
浏览记录
ID:57311704
大小:631.12 KB
页数:5页
时间:2020-08-11
《SSM框架在Web应用开发中的设计与实现_李洋.pdf》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、第26卷第12期计算机技术与发展Vol.26No.122016年12月COMPUTERTECHNOLOGYANDDEVELOPMENTDec.2016SSM框架在Web应用开发中的设计与实现李洋(南京邮电大学通信与信息工程学院,江苏南京210000)摘要:在Web应用的开发过程中,开发框架的选择非常重要。一个好的开发框架能够加速Web应用的开发速度,降低开发成本,减少开发人员的工作量,同时能够使Web应用具有良好的扩展性和移植性。基于SpringMVC+Spring+Mybatis(SSM)的框架凭借良好的性能和较快的开发效率,
2、逐渐成为主流的Web应用开发框架组合。SpringMVC是一个基于MVC的框架,其主要负责表现层的功能,比如响应请求。Spring框架主要起到容器的功能,整合了SpringMVC和Mybatis,实现层与层之间的解耦,同时使业务逻辑更加清晰。Mybatis框架主要负责的是数据持久层,完成和数据库的相关操作。重点以权限管理模块为例,说明了SSM框架在开发后台管理系统中的应用,为开发后台管理系统提供了理论指导。关键词:SpringMVC;Spring;Mybatis;Web应用;框架中图分类号:TP39文献标识码:A文章编号:167
3、3-629X(2016)12-0190-05doi:10.3969/j.issn.1673-629X.2016.12.041DesignandImplementationofSSMinWebApplicationDevelopmentLIYang(CollegeofTelecommunicationsandInformationEngineering,NanjingUniversityofPostsandTelecommunications,Nanjing210000,China)Abstract:IntheprocessofW
4、ebapplicationdevelopment,thechoiceofdevelopmentframeworkisessential.Agooddevelopmentframe-workcanacceleratethedevelopmentofWebapplication,reducedevelopmentcosts,easetheburdenofdeveloperandmaketheWebap-plicationhasgoodexpansibilityandportability.FrameworkbasedonSpring
5、MVC,SpringandMybatiswithbetterperformanceandfasterdevelopmentproductivityhasgraduallybecomethepreferredcombinationofWebapplicationdevelopmentframework.SpringMVCisaMVCframework,whichisinchargeofthefunctionofpresentationlayerlikerespondingtotherequest.Springframeworkpl
6、aysthepartofcontainer,whichintegratesMybatisandSpringMVC,andimplementsthedecouplingbetweenlayers.Meanwhile,itcanmakebusinesslogicbecomesmoreclear.Mybatisframeworkismainlyresponsiblefordatapersistencelayerandcompletetheoperationofdatabase.Tak-ingtherightsmanagementmod
7、uleasanexample,inordertoexplaintheapplicationofSSMframeworkinthedevelopmentofback-stagemanagementsystem,itprovidestheoreticalguidanceforthedevelopmentofback-stagemanagementsystem.Keywords:SpringMVC;Spring;Mybatis;Webapplication;framework0引言功能,但是EJB与EJB容器的高度耦合关系,使其可[2
8、]目前,国内外有很多的Web开发技术,其中应用移植性差,同时EJB代码的复杂、维护的困难使其最广泛的两类技术分别是微软(Microsoft)公司的.Net逐步被淘汰,因此轻量级的框架就应运而生。例如,平台和Sun及IBM等公司提出的J2EE平台。J2EEStru
此文档下载收益归作者所有