资源描述:
《基于j2ee架构的开源速成框架的设计和应用》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于J2EE架构的开源速成框架的设计和应用摘要:在j2ee的多层架构下,出现了struts、spring、hibernate等很多优秀的开源框架,但这些开源框架各有所长,本文提出的开源速成框架,以高内聚、低耦合的原则对这些开源框架进行提炼、简化和整合,web表示层使用速成mvc框架、业务逻辑层使用速成ioc框架、数据访问层使用速成orm框架,解决了烦琐的基于j2ee的web应用架构建设,规范及简化web应用系统的开发过程,使得架构更加简练灵活快速,并成功应用在b/s架构的多个项目中。关键词:开源框架;速成mvc框架;速成ioc框架;速成orm框架
designanda
2、pplicationofthej2ee-basedopensourcecrashframeworkslishu-fei(dongguanpolytechnic,guangdong,523808)【abstract】underj2eemultilayerarchitecture,therearemanyexcellentopensourceframeworkssuchas:struts,springandhibernateetc.buteachoftheopensourceframeworkshasit’sgoodpoints,theopensourceframewor
3、ksweraiseinthispaperadopttheprincipleofhighcohesion,cowcouplingtoextract,simplifyandintegratethoseframeworks.web基于J2EE架构的开源速成框架的设计和应用摘要:在j2ee的多层架构下,出现了struts、spring、hibernate等很多优秀的开源框架,但这些开源框架各有所长,本文提出的开源速成框架,以高内聚、低耦合的原则对这些开源框架进行提炼、简化和整合,web表示层使用速成mvc框架、业务逻辑层使用速成ioc框架、数据访问层使用速成orm框架,解决了
4、烦琐的基于j2ee的web应用架构建设,规范及简化web应用系统的开发过程,使得架构更加简练灵活快速,并成功应用在b/s架构的多个项目中。关键词:开源框架;速成mvc框架;速成ioc框架;速成orm框架
designandapplicationofthej2ee-basedopensourcecrashframeworkslishu-fei(dongguanpolytechnic,guangdong,523808)【abstract】underj2eemultilayerarchitecture,therearemanyexcellentopensourceframe
5、workssuchas:struts,springandhibernateetc.buteachoftheopensourceframeworkshasit’sgoodpoints,theopensourceframeworksweraiseinthispaperadopttheprincipleofhighcohesion,cowcouplingtoextract,simplifyandintegratethoseframeworks.webpresentationlayeradoptcrashmvcframework,businesslogiclayeradopt
6、iocframework,dataaccesslayeradoptcrashormframework,solvedthetediouswebapplicationarchitectureconstructionbasedonj2ee,specifyandsimplifythedevelopmentprocessofthewebapplicationsystem.makethearchitecturemoreterse,flexibleandquick,whichappliedinmulti-projectsoftheb/sarchitecturesuccessfull
7、y.【keywords】opensourceframeworks;crashmvcframework,crashiocframework;crashormframework0引言目前,在j2ee的多层架构下,已经出现很多如struts、spring、hibernate等成熟的开源框架,它们分别描述了j2ee层次架构上的表示层、业务层和持久层,成功的解决了一个应用上的不同实现层次。这些开源框架大大减轻了开发人员的负担,开发人员只要将这些不同层上的框架进行适当的整合,便使开发者从繁重的编码中解放出来,从而让开发者更专注于应用本身的业务逻辑开发。但是,这些