資源描述:
《基于Java與.NET互操作的臨床信息系統(tǒng)研究與實踐》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、碩士論文基于Java與.NET互操作的臨床信息系統(tǒng)研究與實踐摘要近年來,企業(yè)級應(yīng)用越來越成為軟件開發(fā)的主要領(lǐng)域。目前在大型復(fù)雜的應(yīng)用中,J2EE和.NET已成為主要的開發(fā)平臺。隨著應(yīng)用需求的不斷增長及技術(shù)的發(fā)展,單一的平臺和技術(shù)已經(jīng)不能滿足企業(yè)的要求,需要將新技術(shù)或異構(gòu)平臺整合到現(xiàn)有平臺上運行的系統(tǒng)中?;ゲ僮骷夹g(shù)作為一種非常有效的整合方式,可以很好地解決這一問題。本文首先分析了開發(fā)企業(yè)應(yīng)用程序所需的主要技術(shù)基礎(chǔ),包括基于Java開發(fā)的AWT與Swing技術(shù),以及越來越廣泛地應(yīng)用于Java系統(tǒng)中的MVC模式。同時,
2、本文還介紹了用于構(gòu)建輕量級J2EE系統(tǒng)的Spring及Hibernate框架。在.NET部分,本文闡述了.NET框架與C稃語言的基本特性。此后,.本文詳細(xì)敘述了可用于實現(xiàn)互操作的JNI與COM技術(shù)。最后,本文介紹了SQLServer2005數(shù)據(jù)庫及可用于增強系統(tǒng)重用性的微軟企業(yè)庫。在相關(guān)技術(shù)研究的基礎(chǔ)上,本文設(shè)計實現(xiàn)了一套基于互操作的臨床信息系統(tǒng)。該系統(tǒng)采用表現(xiàn)層、業(yè)務(wù)邏輯層及數(shù)據(jù)層的分層結(jié)構(gòu),有效地實現(xiàn)了用戶界面、業(yè)務(wù)邏輯與數(shù)據(jù)的分離,提高了系統(tǒng)的可靠性、可伸縮性及可管理性。在系統(tǒng)的實現(xiàn)中,基于Java平臺采用
3、了AWT、Swing技術(shù)及Spring與Hibernate的整合框架,實現(xiàn)了病人列表、病人管理、臨床路徑及用戶權(quán)限模塊;基于.NET平臺采用了商業(yè)控件及微軟企業(yè)庫,實現(xiàn)了病人評估模塊。此后,通過JNI與COM技術(shù)實現(xiàn)了兩個異構(gòu)平臺的互操作,達(dá)到了系統(tǒng)的設(shè)計要求。關(guān)鍵詞:互操作,J2EE,.NET,Spring,Hibernate,JNI,COMAbstract碩士論文Recently,enterpriseapplicationisgoingtoholdmostlyinthefieldofsoftwaredevel
4、opment.Inthelargeandcomplexapplication,J2EEand.NETalreadybecomethemainplatform.Withtheincreaseofrequirementsanddevelopmentoftechnology,singleplatformandtechnologycannotsatisfytherequirementsofcompany.Itisnecessaryforthecompanytointegratethenewtechnologyandpla
5、tformtotheexistingsystem.Asaneffectivewayforintegration,interoperabilitycouldfixthisproblem.Thethesisfirstlystudytheessentialtechnologyfordevelopingtheenterpriseapplicationprogram,includingAWTandSwingforJavaapplicationprogram,andMVCpatterninJavasystem。Secondl
6、y,thethesisintroduceSpringandHibernateframeworkforbuildinglightweightJ2EEsystem.Thirdly,thethesisintroducethetraitsof.NETframeworkandC撐.Inthepartofinteroperability,thethesisdiscusseJNIandCOMforimplementinginteroperability.Atlast,thethesisintroduceSQLServer200
7、5databaseandMicrosoftEnterpriseLibraryforenhancingthereusability.Basedonthestudyofessentialtechnology,thethesisdesignandimplementaclinicalinformationsystemforimplementinginteroperability.Thesystemhasthreelayers,whicharepresentationlayer,businesslogiclayerandd
8、atalayer.Itcouldeffectivelyachievetheseparationofuserinterface,businesslogicanddata,andenhancethereliability,scalabilityandmanageability.Inthepartofsystemimplementation,basedonthe.technol