基于Web的在线投稿处理系统的设计与实现摘要:参照学术论文的投稿、审稿模式,在线投稿处理系统主要分为用户,编辑,专家等模块,同时也包括系统管理功能。该系统允许用户完成在线写稿、预览、投递,并上传PDF文档;编辑可根据作者提交的稿件样式来决定该稿件是否通过初审;专家可以对编辑审核通过的稿件进行再审核;主编可以对专家审核通过的稿件进行终审,决定稿件的发表与否,并给出合理性的建议。在线投稿处理系统的在投稿方面的使用,大大地方便了作者的投稿,有效地解决了传统期刊管理所产生的问题,加强了信息资源共享的程度,同时也方便了编辑和专家对稿件的审核,提高了工作效率。本系统在Windows7操作系统下,基于Eclipse和MySQL数据库进行开发,使用Java语言来编程。关键词:在线投稿;MySQL;EclipseTheDesignandAchievementofOnlineSubmissionProcessingSystemBasedonWebABSTRACT:Basedonthemodelsofsubmissionandapprovalofacademicpapers,onlinesubmissionprocessingsystemmainlycontainsthemodelsofsubscribers,editors,expertsandsoforth,alsoincludingthesystemmanagementfunctions.Thissystemisallowedtowrite,preview,andpostonlineanduploadPDFdocuments;Theeditorscandecidewhetherthemanuscriptscanpassthefirsttrialaccordingtothetypesofmanuscriptssubmittedbywriters;Theexpertscanauditthemanuscriptsagainwhichareapprovedbyeditors;Theeditorsinchiefcanmakethefinaljudgmentonthesemanuscriptswhichareapprovedbyeditors,decidingwhetherthemanuscriptscanbepublishedornot,andofferingthereasonablesuggestion.Usingofonlinesubmissionprocessingsystemonheaspectofsubmissioncanoffergreathelpforwriters’submissions,andefficientlysolvetheproblemsoftraditionalmanagementofperiodicals,strengthenthedegreeofsharingofinformationresources.Atthesametime,itcansubstantiallyhelptheeditorsandexpertstoapprovethemanuscripts,andincreasetheefficiency.Undertheoperationsystemofwindows7,thissystemisdevelopingbasedontheEclipseandMySQLdatabases,usingJavatechnologytoprogramme.KEYWORDS:OnlineSubmission;MySQL;Eclipse目录1引言...................................................11.1课题背景及意义.................................11.2国内外现状.......................................12可行性研究与需求分析...........................22.1系统可行性.......................................22.2需求分析..........................................33总体设计.............................................43.1系统模块的划分.................................43.2系统结构..........................................53.3系统的流程设计.................................63.4数据库的设计....................................64详细设计与实现..................................114.1主页模块........................................114.2用户模块........................................124.3编辑模块........................................154.4专家模块........................................164.5主编模块........................................174.6管理员模块.....................................185系统测试...........................................196结束语..............................................21致谢....................................................22参考文献..............................................231引言1.1课题背景及意义传统的投稿方式有邮寄和电子邮件两种。邮寄方式投递时间长,反馈时间更长,并有投递错误、半路遗失的可能,既慢又不保险。E-mail方式基于网络环境下,利用广大Internet服务提供的电子邮件服务投递邮件,比起传统的邮寄,这种方式在时效和安全上都迈进了一大步,但同时也有很多不足:如作者本人邮箱容量的限制、编辑邮箱的承载量...