毕业论文范文网-论文范文
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 学前教育 德语论文 工程管理 文化产业 工商管理 会计专业 行政管理 广告学
机械设计 汉语文学 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 药学论文 播音主持 人力资源 金融论文 保险学
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 计算机论 电子信息 市场营销 法学论文 财务管理 投资学
体育教育 小学教育 印刷工程 土木工程 书法论文 护理论文 心理学论 信息管理 公共事业 给水排水 新闻专业 摄影专业 广电编导 经济学
  • 范文首页 |
  • 毕业论文 |
  • 论文范文 |
  • 计算机论文 |
  • 外文翻译 |
  • 工作总结 |
  • 工作计划 |
  • 现成论文 |
  • 论文下载 |
  • 教学设计 |
  • 免费论文 |
  • 原创论文 |
搜索 高级搜索

原创毕业论文

当前位置:毕业论文范文网-论文范文 -> 计算机论文 -> 计算机论文

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


本文ID:ZJWD6644 字数:14745,页数:42

下载地址 全文下载链接(充值: 50 元) 

客服QQ:229120615 微信:lunwen668 免费获取

免费论文范文
免费论文
政治工作论文
计算机论文
营销专业论文
工程管理论文范文
医药医学论文范文
法律论文范文
生物专业论文
物理教学论文范文
人力资源论文范文
化学教学论文范文
电子专业论文范文
历史专业论文
电气工程论文
社会学专业论文
英语专业论文
行政管理论文范文
语文专业论文
电子商务论文范文
焊工钳工技师论文
社科文学论文
教育论文范文
数学论文范文
物流论文范文
建筑专业论文
食品专业论文
财务管理论文范文
工商管理论文范文
会计专业论文范文
专业论文格式
化工材料专业论文
英语教学专业论文
电子通信论文范文
旅游管理论文范文
环境科学专业论文
经济论文
人力资源论文范文
营销专业论文范文
财务管理论文范文
物流论文范文
财务会计论文范文
数学教育论文范文
数学与应用数学论文
电子商务论文范文
法律专业论文范文
工商管理论文范文
汉语言文学论文
计算机专业论文
教育管理论文范文
现代教育技术论文
小学教育论文范文
机械模具专业论文
报告,总结,申请书
心理学论文范文
学前教育论文范文

收费计算机专业论文范文
收费计算机专业论文
Delphi
ASP
VB
JSP
ASP.NET
VB.NET
java
VC
pb
VS
dreamweaver
c#.net
vf
VC++
计算机论文
毕业论文范文题目:基于Web的课件信息管理系统,论文范文关键词:基于Web的课件信息管理系统
基于Web的课件信息管理系统毕业论文范文介绍开始:

论文字数: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

充值 50 元下载全文→充值 以上为本篇毕业论文范文基于Web的课件信息管理系统的介绍部分。

本论文在计算机论文栏目,由论文网(www.zjwd.net)整理,更多论文,请点论文范文查找

毕业论文降重 相关论文
收费论文范文
收费论文
汉语言文学论文
物理学论文
自动化专业论文
测控技术专业论文
历史学专业论文
机械模具专业论文
金融专业论文
电子通信专业论文
材料科学专业论文
英语专业论文
会计专业论文
行政管理专业论文
财务管理专业论文
电子商务国贸专业
法律专业论文
教育技术学专业论文
物流专业论文
人力资源专业论文
生物工程专业论文
市场营销专业论文
土木工程专业论文
化学工程专业论文
文化产业管理论文
工商管理专业论文
护理专业论文
数学教育专业论文
数学与应用数学专业
心理学专业论文
信息管理专业论文
工程管理专业论文
工业工程专业论文
制药工程专业论文
电子机电信息论文
现代教育技术专业
新闻专业论文
艺术设计专业论文
采矿专业论文
环境工程专业论文
西班牙语专业论文
热能与动力设计论文
工程力学专业论文
酒店管理专业论文
安全管理专业论文
交通工程专业论文
体育教育专业论文
教育管理专业论文
日语专业论文
德语专业论文
理工科专业论文
轻化工程专业论文
社会工作专业论文
乡镇企业管理
给水排水专业
服装设计专业论文
电视制片管理专业
旅游管理专业论文
物业管理专业论文
信息管理专业论文
包装工程专业论文
印刷工程专业论文
动画专业论文
环境艺术专业论文
信息计算科学专业
物流专业论文范文
人力资源论文范文
营销专业论文范文
工商管理论文范文
汉语言文学论文范文
法律专业论文范文
教育管理论文范文
小学教育论文范文
学前教育论文范文
财务会计论文范文

电子商务论文范文

上一篇:基于AJAX的教学资源平台前台系统.. 下一篇:N维魔方加密算法的设计与实现

最新论文

精品推荐

毕业论文排版

热门论文


本站简介 | 联系方式 | 论文改重 | 免费获取 | 论文交换

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

毕业论文范文-论文范文-论文同学网(www.zjwd.net)提供计算机论文毕业论文,毕业论文范文,毕业设计,论文范文,毕业设计格式范文,论文格式范文

Copyright@ 2010-2024 zjwd.net 毕业论文范文-论文范文-论文同学网 版权所有