1基于JavaEE技术平台婚介系统的设计与开发摘要本文对婚介网社交系统的设计与开发过程进行了分析与叙述。依照系统开发的实际操作步骤,动态从系统概述、系统分析、系统设计和系统实现这四大章节对系统开发过程进行分别阐述。系统概述中主要进行了课题背景、课题意义和现状分析;系统分析中主要包括了系统设计前的需求分析、业务流程分析、数据流程分析和数据字典分析;而系统设计则是对系统体系结构、各功能模块、数据库结构设计等具体的系统实现过程进行剖析展示,在系统设计章节中有详细的文字解释并配有表图说明。动态还列举了关键的功能模块实现代码。本文力求可以为婚介网社交系统的开发设计找到一种切实可行的解决方案,在分析了目前国内外婚介网社交系统的现状的基础上,并经过反复摸索和学习研究后,借助编程语言Java和Mysql数据库最终实现了婚介网社交系统的开发,并在一系列测试后,达成了人性化、所需功能完善、操作清晰的设计目标。关键词:JSP;Mysql;婚介交友2DesignandDevelopmentofMatchmakingSystemBasedonJavaEETechnologyPlatformAbstractInthispaper,thedesignanddevelopmentprocessofthesocialsystemofthematchmakingnetworkareanalyzedandnarrated.Accordingtotheactualoperationstepsofthesystemdevelopment,thesystemdevelopmentprocessisexpoundedfromfourchapters:systemoverview,systemanalysis,systemdesignandsystemrealization.Systemoverviewthemainresearchbackground,researchsignificanceandstatusquo;systemanalysisincludestheanalysis,systemdesigndemandbeforethebusinessprocessanalysis,dataflowanalysisanddatadictionary;andsystemdesignisthesystemstructure,functionmodules,databasestructuredesignandsystemimplementationprocesstheanalysisshowsthatinthesystemdesignsectionofthetexttoexplainindetailandwithdiagram.Thedynamicsalsoenumeratedthekeyfunctionmoduleimplementationcode.Thispapertriestofindafeasiblesolutionforthedevelopmentanddesignofsocialmatchmakingsystem,basedontheanalysisofthecurrentstatusofdomesticandforeignsocialmatchmakingsystem,andafterrepeatedexplorationandstudy,usingJavaprogramminglanguageandMysqldatabaserealizedthesocialdevelopmentmatchmakingsystem.Afteraseriesoftesting,ahumanized,requiredfunctions,operationandcleardesigngoals.Keywords:JSP;Mysql;matchmakingfriends3目录引言................................................................................................................................1第1章绪论..................................................................................................................21.1课题背景..................................................................................................................21.2课题意义..................................................................................................................21.3课题研究的现状和发展趋势..................................................................................21.3.1国内外发展现状...................................................................................................21.3.2发展趋势...............................................................................................................3第2章开发工具及相关技术介绍..............................................................................42.1开发技术..................................................................................................................42.1.1JavaEE开发平台...................................................................................................42.1.2JSP技术.........................................................................