政府门户网站设计与实现

  • 格式:doc
  • 大小:1.70 MB
  • 文档页数:67

0

政府门户网站设计与实现

中文摘要

政府门户网站,是在各政府部门的信息化建设基础之上,建立起跨部门的、综合的业务应用系统,使公民、企业与政府工作人员都能快速便捷地接入所有相关政府部门的业务应用、组织内容与信息,并获得个性化的服务,并遵循"精简、统一、效能"的原则,转变政府职能,建立行为规范、运转协调、公正透明、廉洁高效的行政管理体制。

本文对基于Web的政府门户网站的设计与实现进行了研究。首先阐述了政府门户网站的重要地位、发展趋势、新时期的一些主要特点等理论知识,分析了建立了基于Web的政府门户网站的必要性和可行性,然后对政府门户网站进行了需求分析和系统设计,探讨了政府门户网站的开发方案和实现技术。

论文给出了基于Web的政府门户网站设计与实现的基本方法,并介绍了相关的技术,如:JSP、sqlserver2000、HTML、eclipse等。该门户网站分为前台和后台,并进行了模块分类,主要包括政府人员管理、政务工作管理、新闻要点管理、招聘信息管理、留言簿管理等模块并添加了搜索功能。

政府门户网站不仅能提高政府日常工作的效率,而且能够使得政府工作公开化,并且能够收集到人民群众的意见,为工作的进一步开展起到了重要的作用。

关键字:WEB、JSP、SQLSERVER2000、后台管理、搜索 1

Abstract

Government Portal, is in various government departments on the basis of

the information system, establish a cross-functional, integrated business

application systems, so that citizens, enterprises and Government staff can

quickly and easily access all relevant government departments for business

applications, content and information, and get personalized service, and follow

the "thin, unified, efficacy" principle, changes of government functions, the

establishment of norms, coordinate, fair, transparent, clean and efficient

administrative management system.

This article on a Web-based Government Portal of the design and

implementation. First described the importance of the portal site, trends, new

era, some of the major features of theoretical knowledge, analysis of

establishing a Web-based portal of the Government of the necessity and

feasibility, and then on Government Portal for requirements analysis and

system design, explores Government Portal of development scenario and

implementation techniques.

Papers gives the Government Portal based on Web site design and

implementation of the basic method, and describes related technology, such as

sqlserver2000, JSP, HTML, eclipse, etc. The portals is divided into the

foreground and background, and a module, including government staff

management, administration management, key management news, career

management, guestbook management module and add the search functionality.

Government Portal site can not only improve the efficiency of the

Government to work together on a daily basis, and will make the Government

work going public, and to gather the people, for the further work has played an

important role.

Keywords: WEB, JSP, SQLSERVER2000, Admin, search2

目录

中文摘要 ........................................................................................................... 0

Abstract ............................................................................................................. 1

第1章 绪论 ................................................................................................... 5

1.1 项目背景 .......................................................................................... 5

1.2 开发目的 .......................................................................................... 6

第2章 技术准备 ........................................................................................... 7

2.1 JSP介绍 ........................................................................................... 7

2.1.1 JSP内置对象 ........................................................................ 7

2.1.2 JSP的技术方法 .................................................................... 8

2.1.3 JSP经典设计模式 ................................................................ 9

2.2 JDBC简介 ..................................................................................... 11

2.3 WEB介绍 ...................................................................................... 11

2.3.1 基本介绍 ............................................................................. 11

2.3.2 Web的特点 ........................................................................ 12

2.3.3 工作原理 ............................................................................. 13

2.4 数据库语言SQL ........................................................................... 14

2.4.1 SQL概述 ............................................................................ 14

2.4.2 主要的SQL语句 ............................................................... 14

2.5 HTML简介 .................................................................................... 17

第3章 系统分析 ......................................................................................... 18

3.1 需求分析 ........................................................................................ 18

3.2 可行性分析 .................................................................................... 19