资源描述:
《基于jsf的失物招领登记系统设计—毕业论文设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业论文设计基于JSF的失物招领登记系统基于JSF的失物招领登记系统摘要校内公告栏上时常会有各种寻物启示,但很少有人真正去问津,去了解和关心别人的心情,贴启示者更是在花费了印务费用之后,却达不到应有的效果。为解决此问题,我们计划开发失物招领登记系统,为信息时代的学生提供了更多的便利。通过该应用系统,注册者可以登记自己的失物信息,并按时间顺序在主页上显示,任何人都可以看到一个集中的校内失物寻物信息及其联系人和联系方式,为在校学生提供了更廉价便捷的失/拾物方式。以J2EE作为开发基础,使用了JSF等多种协议或技术,用MyEclipse作为开发工具,以Oracle公司的M
2、ySql作为数据库,开发实现了基于web技术的在线失物招领登记系统。系统实现了的以下主要功能模块,包括:管理员权限,管理和维护;用户注册、登录、注销,个人信息的查询、修改;物品管理,查看;广告添加,修改。经测试验证,该在线失物招领登记系统界面简单、操作方便,容易维护。关键词:失物招领;j2EE;JSF;MySqlTheLostandFoundRegistrationSystemBasedonJSFAbstractThereareoftenfewoflostobjectsoncampusbulletinboards,butjustalittleofpeopleactu
3、allyinterestedinthem,understandandcareaboutother`smood,pastetheenlightenmentisafterspendingprintingcosts,butfailtoachievethedesiredeffect.Inordertosolvethisproblem,weplantodevelopthelostpropertyregistrationsystem,providemoreconveniencefortheinformationagestudents.Bytheapplication,regis
4、trationcanregistertheirlostinformation,andaccordingtothetimesequenceonthehomepagedisplay,anyonecanseeacentralizedcampuslostinformationandcontacts,providemorecheapandconvenientwayinlostandfoundforstudents.UsingJ2EEasdevelopmentbasis,usingJSFandotheragreementsandtechnology,usingMyEclipse
5、asadevelopmenttool,MySqlasthedatabase,developedtoachieveonlinelostpropertyregistrationsystembasedonWebtechnology.Thefollowingmainfunctionmodules,systeminclude:administratorrights,managementandmaintenance;userregistration,login,logout,query,modifypersonalinformation;lostandfoundinformat
6、ionmanagement,view;advertisementadd,modify.Thesystemhasasimpleinterface,easyoperation,andeasymaintenance.Keywords:LostandFound;j2EE;JSF;MySql目录1引言11.1课题背景11.2课题目的和意义11.3课题研究方法11.4论文结构12系统应用的关键技术和工具22.1J2EE介绍22.1.1J2EE概述22.1.2J2EE优势22.2JSF技术介绍32.2.1JSF的概述32.2.2JSF配置42.2.3JSF的优点42.3Mysql
7、数据库42.3.1数据库概述52.3.2Mysql概述52.3.3mysql的特点52.3.4MySQL5.5安装过程62.4Tomcat服务器62.4.1Tomcat服务器简介62.4.2Tomcat的特点62.4.3Tomcat的优势72.4.4Tomcat服务器的安装和配置72.5MyEclipse开发工具82.5.1MyEclipse概述82.6小结93系统需求分析和总体设计93.1系统功能需求93.2系统角色及其功能分析93.2.1系统支持的角色93.2.2系统角色的功能93.3总体设计思想概述103.4数据库设计113.4.1数据库表设计113.5系