资源描述:
《基于EclipseRCP的个人记账系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、2008届本科生毕业设计(论文)毕业(设计)论文题目基于EclipseRCP的个人记账系统的设计与实现学生姓名专业班级会计+软件03-1所在院系 软件学院 指导教师职称 副教授 所在单位软件学院嵌入式系统教研室 教研室主任 完成日期2008年月日392008届本科生毕业设计(论文)摘要RCP(EclipseRichClientPlatform)是Eclipse平台的一套子集,开发者可以利用这个开源平台及其组件开发任何客户端程序。因为使用了SWT技术,RCP拥有一个被证明界面美观度和响应速度都非常优秀的基于RCP的UI。而对于程序员来说,Eclipse的开
2、放源代码让他们可以阅读最顶级的Java源码,学习最优秀的Java技术。在Eclipse源码中,有着诸多设计模式的使用,其编码的优雅和高效令人叹服不已;并且以Eclipse插件方式来开发系统,可以基于原有Eclipse菜单、编辑器来扩展,节省了很多开发精力,所以RCP的应用和开发在全球都有着很广的应用前景以及极大的潜在市场需求。本文首先研究了国内外个人理财软件的发展趋势和富客户端技术,并分析了相关核心技术和各自的优势。进而进行需求分析和总体设计,力求完整地分析个人理财软件所需要的各项功能。而后把整个系统涉及到的实体抽象成对象并进行数据库设计。之后的详细设计阶段按照功能分别进行了设计与实现。然后利
3、用系统测试、性能测试及验收测试三个测试技术对系统进行了全面地测试。文章最后对本论文的写作和研究内容进行简短的回顾。关键词:RCPEclipse插件SWT/JFace392008届本科生毕业设计(论文)ABSTRACTTheEclipseRichClientPlatformisasubsetoftheEclipseplatform,whichisdesignedtoserveasanopentoolsplatformsothatitscomponentscouldbeusedtobuildjustaboutanyclientapplication.TheRichClientPlatformwhi
4、chisconstructedwithSWT,hasarichplatform-orienteduserinterfacewithgoodperformance.ForJavaprogrammers,theopensourceofEclipseprovidesachancetoreadandlearnthebestsourcecodesintheJavadomain,andmanyJavadesignpatternsareusedintheEclipsestructureelegantlyandfantastically.What'smore,manyGUIelementslikemenus,
5、views,editorsfacilitatethedevelopmentprocessandmanydevelopedplug-incanbesupportedwellinallofRCPapplications.RCPhasprosperityintheworld.Firstly,thispaperhasaresearchofpersonalfinancialsoftwareandthecomponenttechnologyofRCP,analyzestherelatedcoretechnologiesandeachadvantages.Thereafter,thispaperbrings
6、inrequirementsanddesignphase,analysesallthefunctionsthatpersonalfinancialsoftwareneeds.Thenthepaperbuildsalltheentitiestoobjectsanddesignsthedatabase.Andthepaperdidtheimplementationphasejustonthebasisofthespecification.Thenthepaperdidthetestphaseincludingsystemtest,stresstestandacceptabletest.Finall
7、y,thepaperbrieflysummarizesitselfandputsforwardsometaskstomakethesoftwarebetter.Keywords:RCPEclipsePlug-inSWT/JFace392008届本科生毕业设计(论文)目录第一章绪论11.1开发背景及意义11.2相关技术背景21.3开发及运行环境4第二章需求分析52.1设计目标52.2功能需求52.3