当前位置: 网学 > 网学资源大全 > 计算机 > 正文

基于J2EE电子政务的设计与实现

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: admin 发布时间: 13/09/05
【网学提醒】:本文主要为网上学习者提供基于J2EE电子政务的设计与实现,希望对需要基于J2EE电子政务的设计与实现网友有所帮助,学习一下吧!

资料包括: 论文(60页13558字) 图纸 
说明:
摘要
信息化浪潮推动了我国电子政务汹涌澎湃的发展,一站式电子化的政务服务、政务公开、政务门户、网上办事等信息化手段,既提高了政府效率,又方便了群众。电子政务平台就是浪潮软件根据中国电子政务的发展进行开发的满足功能需要的系统基础平台,为实施项目提供了更快、更简便、更完善的支持。
本文就是针对电子政务平台的子系统政务服务平台的设计和实现,从使用的框架入手及其需要的功能进行深入的阐述。
政务服务平台是电子政务平台的一部分,是在GWP开发框架上进行设计与开发的,利用了MVC模式技术进行实现的。
本文重点介绍政务服务平台的用户管理和日志管理模块的开发和实现。用户管理是任何系统所必需的功能,也是其他管理模块的基础。不同行业的需求不同,实现的侧重点不同。根据电子政务这一行业的需求,同时结合框架的特点,对用户管理进行了重新的设计,使其符合电子政务该行业的需要。用户管理模块提供了对用户和部门的操作,提供了可视化的角色和权限及安全组的管理。日志管理是记录用户的操作及操作的数据,对用户的使用的模块及其功能进行了解,使系统的性能和功能得到进一步的增强。
作为应用,作者使用迭代和增量相结合的方法来构成软件开发的生命周期,从而使整个开发过程进度安排合理,保证了测试和实施的顺利进行,使系统达到了所需要的要求。

关键字:电子政务平台,政务服务平台,GWP框架,MVC模式,用户管理,日志管理

ABSTRACT
The information-based wave tide pushed the our country electronics governmental affairs development of the dashing surge, Eelectronics information means based one-website such as gorvenment affaires services, gorvenment affaires publicity, gorvenment affaires portal,affaires on website,either improve the gorvenment efficiency ,or are convenience to the people.The e-Governmental Work-affairs Platform is the system foundation platform that the Langchao Cheeloosoft Corp. carries on the contented function demand of development according to the development of the Chinese electronics governmental affairs, for carried out the projects to provide sooner, more simple and more perfect support.
This text is the design and realizations of the sub-system governmental affairs service platform that aims at the GWP, commencing from the frame that use and the function that it need carries on elaborating thoroughly.
The governmental affairs service platform that goes forward to go the design and development in the GWP is the part of the GWP that made use of the MVC mode technique to carry on the realization of.
The text mainly introducts development and the realization in the User Management and Log Management which is the party of GWP. The User Management is the essential function of any system, is also the foundation of other managements mold.The need of different industries is different, carry out of lay particular emphasis on some dissimilarity. According to the electronics governmental affairs’ need of this industry, combining the characteristics of the frame at the same time, we afresh carried on to the design of User Management, make it meet the electronics governmental affairs demand of that industry.The User Management mold provided to the users and departments of operation, providing the visible management of the Roles and Pemissions and SecurityGroup. The Log Management has record of the data of the operation and operation that the users make use of, carrying on the understanding to the molds and its functions of the usage of the users, making the performance and functions of the system get the further to build up.
As appliation, the author uses the iteration and increases the method that quantity combine together to constitute the life cycle of the software development, thus making the whole development process degree of progress arrange the reasonable, guaranteeing the test and implement smoothly progress, making the request that system need.

Key word:GWP, GWSP, frame of GWP, MVC design mode, User Management, Log Management

目录:
第一章 绪论
第二章 MVC模式及相关技术
第三章 电子政务平台GWP实现模式
第四章 政务服务平台的主要功能
第五章 政务服务平台的设计与实现
第六章 政务服务平台测试报告

参考文献:
1)《J2EE 经典实例》 [美]谢小乐 机械工业出版社,2003
2)《JSP标签库介绍》 作者Javazealot 无忧组合网技术文章
3)《java编程思想》 [美]Bruce Eckel 机械工业出版社,2002
4)《J2EE 实用设计模式》 [美]Graig A.Berry John Carnell Matjaz B.Juric电子工业出版社.2003
5) 《J2EE编程指南(1.3版)》 作者: (美)Subrahmanyam Allamaraju Cedric Buest John Davies 译者:马树奇 电子工业出版社 2002-03-01
6)《Java与模式》 阎宏博士 著 电子工业出版社 2002.10
7)《JSP编程指南(第二版)[M]》 布朗(美)等. 电子工业出版社.2002-10
8)《Servlet和JSP权威指南》 Marty Hall
9)《统一软件开发过程》 Ivar Jacobson 等著 ,周伯生等译 机械工业出版社 2002年1月
10) The J2EE Tutorial chapter overview Monica Pawlan.
11) MVC设计模式 中国计算机报-赛迪网 作者:Jim Fu
12) Java TM 2 SDK, Standard Edition Documentation Version 1.4.0
13) www-900.ibm.com/developerWorks/
14) Developn-tierapplicationusingJ2EE. StevenGould.
15) 软件工程──实践者的研究方法(第四版). Roger S.Pressman.机械工业出版社
16)[美] John Bell, Tony Loton著《Java Servlets 2.3编程指南》 电子工业出版社


作者点评:
本文就电子政务中政务服务平台的设计与实现作了细致的介绍和全面分析,在该系统测试中表现出了优越的性能,在进行的压力测试中,都达到了预期的目标。该平台为其他平台提供各种接口和功能服务的基础平台,扮演着至关重要的角色,起着关键的作用,是其他平台的门户;其采用J2EE技术的应用服务器、完全面向对象的JAVA语言开发的三层体系结构的应用系统。
当然,由于各种主客观因素的影响,本系统的开发肯定不能做到尽善尽美,有些地方还存在着不足,有待于进一步研究和开发。
  • 上一篇资讯: 基于BS模式的在线攒机系统
  • 下一篇资讯: 基于UML的仓储管理系统的设计与实现
  • 相关资讯

    网学推荐

    免费论文

    原创论文

    文章排行榜

    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号