资源描述:
《基于jboss的信贷审批流程在jbpm上的实现计算机毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、厦门大学本科生论文基于JBoss的信贷流程在jBPM上的实现基于JBoss的信贷审批流程在jBPM上的实现[摘要]J2EE体系包括JSP,Servlet,EJB,WebService等多项技术,这些技术的出现给电子商务时代的Web应用开发提供了一个非常有竞争力的选择。随着J2EE技术的逐渐成熟,越来越多的框架开始出现。框架一般处在低层应用平台(如J2EE)和高层业务逻辑之间的中间层。大多数的这类框架采用了流行的MVC(Model-View-Controller:模型一视图一控制器)设计模式。在某些方面使用别
2、人成熟的框架,只需要集中精力完成系统的业务逻辑设计,而不用考虑系统细节问题,比如,事务处理,安全性,数据流控制等问题。然而,面向大规模企业应用程序的应用框架,在定义和实现复杂业务流程方面仍存在很多不足。工作流技术与Internet的结合使工作流的发展和应用进入了崭新的阶段。Internet前所未有的信息交换能力和工作流引擎的业务处理自动化和集成能力相得益彰,不仅推动了生产力的巨大发展,也为一些新兴行业和工作方式的出现铺平了道路,家庭办公、移动办公和虚拟企业的发展都得益于工作流及相关技术的发展。本文通过基于工
3、作流管理系统jBPM,实现在银行领域的信贷审批流程来说明工作流技术的优越性。[关键字]J2EEjBPM工作流管理系统strutshibernate31厦门大学本科生论文基于JBoss的信贷流程在jBPM上的实现TheloanprocessrealizinginthebasisonJBossbyjBPM[Abstract]TheJ2EEsystemcontainmanytechnologieslikeJSP,Servlet,EJB,Webservice,andthesetechnologiesgiveusaw
4、idechoicewhenwedevelopwebapplicationsattheageofe-business.WiththedevelopmentofJ2EEtechnologies,moreandmoreframeworkscomeintobeing.Theyareinthemiddleoflowerapplicationplatform(J2EE)andhigherbusinesslogiclayer.MostoftheseframeworksareMVCdesignpattern.Wecanco
5、ncentrateourbusinesslogicdesign,whenusingother'smatureframework.Usually,theseframeworksaremature,robust,andtheycandomanydetailsliketransaction,securityanddataflowcontrol.While,therearestillmanyshortagesindefiningandimplementingthecomplexworkflowonmanylarge
6、scaleenterprisewebapplications.BycloselycombiningtheunprecedentedinformationcommunicationcapabilitiesoftheInternetwiththestrategicbusinessprocessesautomationandintegrationcapabilitiesofWorkflowengines,significantchangeswillberealized.Thesewillenablearealac
7、celerationofproductivityimprovementwithininformationrelatedactivities,andwillpavethewayforsometotallynewformsofwork.Thesewillincludehomework,mobileworkandvirtualenterprisesBasedonworkflowmanagerjBPM,thisthesisshowstheadvantageofworkflowtechnologiesbyrealiz
8、ingtheloanprocessinbankingarea.[Keywords]J2EEjBPMworkflowstrutshibernate31厦门大学本科生论文基于JBoss的信贷流程在jBPM上的实现目录第一章引言51.1工作流的出现与发展51.2工作流管理系统的分类61.3J2EE体系结构简介和web应用框架71.3.1J2EE体系结构简介71.3.2Web应用框架81.3.3Web应用框架Struts