- 1、本文档共81页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
科研团队门户网站设计与实现
摘要:随着信息技术的迅猛发展,构建基于B/S结构的Web应用系统已成为开发主流。而开发一个Web应用系统要求设计者能够提出合理的系统构架,减少开发及维护系统所用的资源、提升工作效率。基于MVC模式的HTML+Jsp+Servlet技术已得到广泛使用,它的三层结构独立,符合面向对象的设计思想,层次之间建立了明确的通信机制,并且每个层次都有其自身的技术扩展平台,提高了分布式应用系统中组件的重用能力和事务控制的灵活性。
文章设计实现了一个基于MVC模式科研团队门户网站程序。文章第一章探讨了MVC设计模式的三层结构的基本理论。第二章介绍了所实现的科研团队门户网站程序的开发环境和相关技术。第三章采用面向对象技术对班级网站进行需求分析,包括网站的目标、功能。第四章完成了科研团队门户网站的概要设计,包括功能模块的设计和数据库的设计。第五章阐述了科研团队门户网站的详细设计与实现,以团队新闻管理模块和几个代表性的模块为例叙述了在MVC模式下相关技术进行具体的设计与实现。第六章进行了总结和展望。
关键字:科研团队门户网站,MVC,Srvlet,JSP
The Design and Realization
of class website
(ChongQing Technology and Business University Computer Science and Information Engineering
LiuQiang
Abstract: With the development of the technologies of computer network,Web-based applications with the Browser/Server mode become the mainstream of the development.However,developing a web application system is always a large project,so the designers must be able to put forward a proper system framework.Good framework call save the resource used to develop and maintain the system,increse the efficiency.Designers have accepted and made use of the Struts framework based on MVC,it has three independent layers,which accords with OO ideology,it also sets up communication ways among M,V and C,at the sametime,it provides flat of technology extent,and improves component reusability in distributed application system and flexibility of transaction control.
This issue designs and implements a class web site which is based on the Struts framework developing technology of the MVC pattern. The Chapter I discusses the three basic theories of the structure in the MVC design pattern. The Chapter II describes the procedures to achieve the class web site development environment and related technologies. In the Chapter III,we use the object-oriented technology to make a analysis of the web site, including the sites goals, functions. Chapter IV completed a summary of the class website design, including the design of modules and database design.The Chapter V contains
文档评论(0)