论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于Web的课件信息管理系统

 本文ID:LWGSW13662 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于Web的课件信息管理系统 (收费:2000 积分)  

论文字数:14745,页数:42  附程序

 摘   要
 目前,Java 2平台有3个版本,它们是适用于小型设备和智能卡的Java 2平台Micro版(Java 2 Platform Micro Edition,J2ME)、适用于桌面系统的Java 2平台标准版(Java 2 Platform Standard Edition,J2SE)、适用于创建服务器应用程序和服务的Java 2平台企业版(Java 2 Platform Enterprise Edition,J2EE)。
  J2EE是一种利用Java 2平台来简化企业解决方案中的与开发、部署和管理相关的复杂问题的体系结构。J2EE技术是一套面向企业应用的体系结构,我们可以将J2EE理解为J2SE(Java 2 平台的标准版)的扩展和延伸,J2EE的基础就是J2SE,J2EE不仅巩固了标准版中的许多优点,例如"编写一次、到处运行"的特性、方便存取数据库的JDBC API、CORBA技术以及能够在Internet应用中保护数据的安全模式等等,同时还提供了对 EJB(Enterprise JavaBeans)、Java Servlet API、JSP(Java Server Pages)以及XML技术的全面支持。其最终目的就是成为一个能够使企业开发者大幅缩短投放市场时间的体系结构。
  J2EE体系结构提供了中间层集成框架,它是用来满足那些无需太多费用而又需要高可用性、高可靠性以及可扩展性的应用的需求。通过提供统一的开发平台,可以使开发者在使用J2EE开发多层应用时降低开发费用和复杂性,同时提供对现有应用程序集成强有力支持,完全支持Enterprise JavaBeans,有良好的向导支持打包和部署应用,添加目录支持,增强了安全机制,提高了性能。
 Struts框架是一种非常优秀的框架,是基于J2EE的MVC应用框架,虽然从正式发布到现在已经有五年多的时间,随着该技术的逐步成熟,它已经越来越多地运用于企业平台之上,许多大型网站已成功地应用了Struts框架。本文在总结了Struts框架技术及其工作原理的基础上,结合“基于web的课件信息管理系统”这个项目,实现了系统各个模块的基本功能,这为今后更好的应用Struts框架提供了参考。
本文结合实际项目的设计与开发对Struts框架进行研究,对Struts框架及其工作原理进行了介绍。同时,对开发过程中所应用到的SERVLET,JSP,JAVA等技术作了相应的介绍,规范的软件开发流程介绍,以及软件工程基本思想及各阶段实现。
本文共分五个部分阐述了基于WEB的课件信息管理系统的结构和设计实现过程。
 第一部分:介绍了J2EE发展过程中的两大阶段:Model 1 与Model 2,并分析两者的优缺点,对两者进行比较,指出Model2的优越性。从而说明使用基于Model2的Struts框架的优势。
 第二部分:对Struts框架进行了介绍,阐述了框架的工作原理,并分析了Struts框架的优缺点。
 第三部分:经过认真的调研,对系统的开发进行了全面的需求分析,通过对系统的业务流程图,用例模型,顺序图的描述与定义,确定了系统的总体流程 。
 第四部分:通过“基于WEB的课件信息管理系统”为例,来说明如何设计基于Struts框架的Web应用,以及在Struts框架中应用自定义标签的具体实现过程。
 第五部分:介绍了在这次项目中用到的一些技术,例如Struts中自定义标签等。
 第六部分:对本次所做项目的一个总结。

关键词:J2EE, MVC, Struts
Abstract
 At present, the platform of Java 2 have three editions,the first  is J2ME-Java 2 Platform Mirco Edition used to the small equiment and integlligent card,the second is J2SE-Java 2 Platform Standard Edition used to desktop system,the third J2EE-Java 2 Platfrom  Enterprise Edition is used to create application of sever and service.
 J2EE is kind of architecturewhich used to simplify the difficult which relevant of development. deployment and manament in enterprise solution. The basement of J2EE is the core of Java platform or the standard edition of Java 2. J2EE not only stabilize lots of excellence in standard edition,for example "write one time ,run everywhere",make the technique of  the saving of database include JDBC API、CORBA and so on,as well as the safe mode of protect data in  the application in Internet.It also provide the  integrated sustainment for EJB(Enterprise JavaBeans)、Java ervlets API、JSP(Java Server Pages)as well as XML.It's ultima thule is become one  architecture which can cut shorten the time to plunge into market for developer.
 J2EE provide the integrated  architecture satisfy the application demand which is high usability、high stability as well as expansibility .Through provide the unify platform of exploit,J2EE make the expenditure of exploit application of multilayer as well as provide strength sustainment to application of already exist, integrated sustainment for  Enterprise JavaBeans,having the better guide to sustain pack and dispose of application,the sustainment of insert category,strenghren the security,heighten the capability .
 The frame of Struts is a kind of real fair according to J2EE the MVC application frame, although from release to have already had time that five years have another till now formally, along with should be technical gradually mature, it has already been make use of in the business enterprise terrace more and more on, many large websites have already applied the frame of Struts successfully. This text combine" conference room book system" item in tallying up the Struts frame technique and it work the foundation of the principle, carrying out the basic function of the system each mold piece, this provided the reference for the better application  Struts frame of aftertime.
 This text passes the design and developments of the actual item to carry on the research to the frame of Struts, working to the frame of Struts and it the principle carried on the introduction. At the same time, in the folio hair process the XML, SERVLET, JSP apply to, JAVA etc. technique made the simple introduction, and the software development process of norm introduction, the software engineering basic thought and each stage realizations.
 Part 1: introduce the two greatest stages within the J2EE development processes respectively: Model 1 with Model 2, and analytical both of merit and shortcoming, carry on the comparison to both, point out Model2 superior sex.Thus explain the usage according to the advantage of the Model2 frame of Struts.
 Part  2: carry on the introduction to the frame of Struts, elaborate the principle of Struts, and analyzed the merit and shortcoming of the frame of Struts.
    Part 3: After serious survey,making a comprehensive assay of requirement for the system.Confirming the whole flow through  describing and defining the flow chart of business,model of case,chart of sequence.
 Part 4:  pass" sourceware managing system based on Web" of the whole project as an example, explain how to design according to the Web application of the frame of Struts,and use user-defined tag-libs.
 Part 5: In this part introduced In ths project used technology, for example  the taglibs and so on.
 Part  6: For this project to a summarize
Keyword: J2EE , MVC, Struts
目  录
摘   要 I
Abstract III
引 言 1
第1章 J2EE应用体系结构系结构 4
1.1 J2EE应用程序体系结构的发展 4
1.1.1 JSP Model1 4
1.1.2 JSP Model2 5
1.1.3 JSP Model1 与JSP Model2 的比较 6
1.2 Struts框架的介绍 7
1.2.1 Struts介绍 7
1.2.2 Struts工作原理 8
1.2.3 Struts框架的优缺点 10
第2章 需求分析 11
2.1开发背景 11
2.3  课件信息管理系统需求分析 13
2.4 数据库描述 14
2.4.1对SQL Server的介绍 14
2.4.2本系统所设计的数据结构和数据项 18
2.5 需求规格 19
2.5.1 系统特性1 19
2.5.2系统特性2 20
2.6 性能需求 21
第3章 系统详细设计 22
3.1系统环境 22
3.2模块划分 22
3.3 课件信息管理系统的设计 23
第4章 系统实现 25
4.1用户登录 25
4.2功能模块 28
第5章 测试 32
第6章 项目中应用到的技术介绍 34
6.1遍历信息(Struts Logic标签) 34
6.2修改功能 34
第7章 总结 35
致 谢 36
参考文献 37
外文原文 38
外文翻译 46


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:N维魔方加密算法的设计与实现 下一篇:基于AJAX的教学资源平台前台系统..
Tags:基于 Web 课件 信息 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号